@charset "utf-8";
 #dscrtn{height:400px;background-color:#A54C89;color: white;}
#description{
    text-align: center;
    padding: 150px;
    font-size: 20px;
    background-color:#A54C89;
}
@media only screen and (min-width: 481px) and (max-width: 1000px){
 #dscrtn{height:400px;background-color:#A54C89;color: white;}
#description{
    text-align: center;
    padding: 50px;
    font-size: 15px;
    background-color:#A54C89; 
        
    }
     }
@media only screen and (max-width: 480px) {
    #dscrtn{height:500px;background-color:#A54C89;color: white;}
#description{
    text-align: center;
    padding: 50px;
    font-size: 15px;
    background-color:#A54C89; 
        
    }
    
}