li{
    display: flex;
    justify-content: center;
    background-color: aqua;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
    font-size: 19px;
}
li ul{
    height: 65px;
}
.menu{
    text-decoration: none;
    list-style: none;
}
ul a{
    text-decoration: none;
}
h1{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

p{
    font-size: 20px;
    font-family: sans-serif;
}
h4{
    font-weight: 300;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    text-align: center;
}
.dis p{
    display: flex;
    justify-content: center;
    color: #000;
}
h4{
    color: #000 !important;
}
.footer{
    background-color: black;
}
.footer h3 , h4 , p{
    color: #ffff;
}
.container a{
    color: #ffff !important;
    text-decoration: none !important;
}
@media (max-width:767px) {
    .menu li{
        width: 100%;
        height: 70px;
    }
    ul a{
        position: relative;
        bottom: 20px;
    }
}
