.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5vh;
    background-color: black;
}

.vh5 {
    height: 5vh;
}

.floatcen{
    justify-content: center;
    text-align: center;
}

.footerset{
    height: 5vh;
    float: left;
}

