footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    height: 5vh;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.5);
}