footer{
    background-color: black;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-link{
    font-family: 'Montserrat';
    color: white;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-link:hover{
    color: #0131B4;
}

@media screen and (max-width: 425px){
    footer{
        display: block;
    }
}