footer{
    background: #ffc90d;
    font-family: 'Mulish';
}
footer .container img{
    height: 150px;
    width: 200px;
    margin-top: -15px;
}
.main-footer{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 40px;
    flex-wrap: wrap;
}
.nav-list a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 20px;
}
.nav-list div{

    margin-bottom: 10px;
}
.contact{
    color: #000000;
}
@media (max-width: 990px){
    #home,#event{
        margin-top: 10px;
    }
}

@media (max-width: 760px){
    .main-footer .nav-list{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 400px;
        margin: auto;
    }
    .main-footer .nav-list a{
        display: flex;
        justify-content: center;
    }
    .contact{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 400px;
        margin: auto;
    }
    .contact h4,.contact h5{
        display: flex;
        justify-content: center;
    }
}