.footer{
    background-color: #333;
    color: #f75ea2;
    padding: 40px 20px 20px;
    margin-top: 30px;
}
.footer-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
}
@media (max-width: 500px){
    .footer-container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.footer h3, .footer h4{
    margin-bottom: 15px;
}
.footer p, .footer a{
    color: #f75ea2;
    font-size: 15px;
}
.footer a{
    text-decoration: none;
}
.footer ul, .footer li{
    list-style: none;
}
.footer-links ul{
    list-style: none;
}
.footer-links li{
    list-style: none;
}
.footer-links a{
    text-decoration: none;
}
.footer-links a:hover{
    text-decoration: underline;
}
.footer-contact{
    margin-right: 20px;
}
.footer-bottom{
    text-align:center;
    padding-top: 10px;
    border-top: 1px solid #f75ea2;
}
.footer-container{
    margin-bottom: 30px;
}