li{
    display: flex;
    justify-content: center;
    background-color: aqua;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
    font-size: 21px;
    width: 100%;
}
li ul{
    margin: 28px;
}

.menu{
    text-decoration: none;
    list-style: none;
}

.menu a{
    text-decoration: none;
}

h2{
    text-align: center;
}

h4{
    text-align: center;
}

p{
    font-size: 20px;
}

.footer{
    background-color: black;
}

.footer h3 , h4 , p{
    color: #ffff;
}

.footer .row .col-md-6 p a{
    color: #ffff;
    text-decoration: none;
}

.UC{
    margin-left: 1520px;
}

.UC button{
   background-color: #000;
   border: none;
   border-radius: 12px;
}

.cen{
  margin-left: 100px;
}

.const{
    padding: 3px;
}
.UC a{
    color: #ffff;
    text-decoration: none;
}

@media (max-width:767px) {
    .menu{
        width: 100%;
        height: 100px;
    }
}