
:root{
    --bg: rgb(241, 237, 245);
}

h1 {
    color:cornsilk;
    font-size: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(127, 135, 172);
    margin:20;
    padding: 20px;
    text-align: center;
    border: 4px dashed white;
   
}
   p#description{
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin:8;
    padding: auto;

   }
form input{ 
    border:2px double rgb(112, 111, 111);
    background-color: rgb(247, 234, 250);
    
}
form select{
    border:2px double rgb(112, 111, 111);
    background-color: rgb(247, 234, 250);
        
}
form textarea{
    border:2px double rgb(112, 111, 111);
    background-color: rgb(247, 234, 250);
    
}