
*{
    font-family: 'Montserrat Alternates' sans-serif;
}
body{
            background-color: #f1f1f1;
        }
#header{
    height: 50px;
    width: 100%;
    background-color: #3c67b0;
}
ul{
    font-size: 20px;
    background-color: #ffdd00;
    float: right;
    border-radius: 20px;
    height: 30px;
    margin: 9px 15px;
}
ul a{
    color: white;
    text-decoration: none;
    margin: 0px 25px 0px 0px;
}
#volut{
    height: 40px;
    color: #09bc8a;
   text-align: center;
   font-family:sans-serif; 
}
.forms{
    height: auto;
    width: 600px;
    box-shadow: 4px 3px 4px 4px #ddd;
    color: #3c67b0;
    font-size: 20px;
    padding: 10px 10px;
    background-color: #fff;
    margin: 0% 30%;
}
#txt{
    height: 30px;
    width: 500px;
    color:black;
    text-align: center; 
    margin: 10px 40px;
    border: 1px solid black;
}
txt2{
    border: none;
}
#txt1{
    height: 100px;
    width: 200px;
}
#sub{
    height: 60px;
    color: white;
    font-size: 20px;
    width: 150px;
    margin: 0% 30%;
    background-color: green;
    border: none;
}
a{
    text-decoration: none;
    color:#ffdd00;
    font-size: 20px;
    padding: 10px 10px;
}
/* responsiveness code */

@media screen and (max-width:900px){
.forms{
    height:100%;
    width: 95%;
    border: 2px solid white;
   color: #3c67b0;
    font-size: 20px;
   background-color: #fff;
    margin: 20px 0px;
}
    #txt{
    height: 30px;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center; 
    margin: 0px 0px;
    border: 1px solid black;
}
    #volut{
    height: 40px;
    color: #09bc8a;
   text-align: center;
   font-family:sans-serif; 
}
   
}
