footer {
    width: 100%;
    height: 5vmin;
    background-color: #2d2d2d;
    font-size: 2vmin;
    display: flex;
    align-items: center;
    justify-content: center;
}

