.footer {
    left: 0%;
    right: 0%;
    height: 20%;
    width: 100%;
    background-color: black;
    font-family: 'futura', sans-serif;
}
.footer-left h1 {
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5%;
}
.footer-left {
    margin-left: 1%;
    height: 90%;
    width: 20%;
    float: left;
    background-color: white;
    border-radius: 10px;
    align-items: center;
}
.footer-middle {
    margin-top: 1%;
    margin-left: 1%;
    height: 92%;
    width: 50%;
    float: left;
    border-radius: 10px;
}
.footer-right {
    margin-left: 58%;
    height: 92%;
    width: 21%;
    float: left;
    border-radius: 10px;
}
.footer-right h1 {
    margin-left: -60%;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 600;
}