@import '../reset.css';

footer {
    width: 100%;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #848484;
    font-size: 14px;
    background-color: #e0e0e0;
}