.footer-main {
    padding: 25px 50px 25px 50px;
    background-color: #121315;
    border-radius: 15px 15px 0px 0px;
}

.footer-main a {
    font-size: 15px;
    font-family: Roboto-Regular;
    color: #757575;
    text-decoration: none;
    padding-right: 15px;
}

.footer-main a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    .footer-main {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
