#form{
    border-radius: 15px;
    border-color:black;
    border-style: solid;
    background-color:cornsilk;
    height:1400px;
    width: 800px;
}
h1{
    color:black;
}
 .span1, .span2, .span3, .span4, .span5{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:black;
    border-radius: 5px;
    width:10px;
    height: 50px;
}
h1{
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
 #country{
    height: 30px;
    width:350px;
}
.s{
    font-family: Arial, Helvetica, sans-serif;
}
.btn{
    background-image: linear-gradient(to bottom, #e3b203, #e6ff00);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 15px;
    border-color: #e6ff00;
    height:50px;
    width:80px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: transform .2s;
}
.btn:hover{
    transform: scale(1.1);
}
#i1, #i2,#i5,#i7,#country{
    background-color: burlywood;
    border:none;
    border-bottom: 2px solid black;
}
#i4, #i3,#myInput,#input,#i8{
    background-color:aliceblue;
    border:none;
    border-bottom: 2px solid black;
    
}
#check{
    border-radius: 5px;
}
.container{
    height:70px;
    width:700px;
    border-radius: 15px;
    background-color:burlywood;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container1{
    height:100px;
    width:700px;
    border-radius: 15px;
    background-color:aliceblue;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.container2{
    height:150px;
    width:700px;
    border-radius: 15px;
    background-color:burlywood;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
