/*global desing for contant*/
#mc{
    width:80%;
    height:580px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
    background-color:#ae8ab2 ;
}
.announce{
   color: black;
   font-size: 25px;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   font-family: sans-serif;
   padding-top: 240px;
}
@media screen and (min-width:760px) and (max-width:990px){
    #mc{
        height: 550px;
    }
    .announce{
        padding-top:220px;
    }
}
@media screen and (min-width:550px) and (max-width:760px){
    #mc{
        height: 550px;
    }
    .announce{
        padding-top:220px;
    }
}
@media screen and (max-width:550px) {
    #mc{
        height: 490px;
    }
    .announce{
        padding-top: 190px;
    }
}
