/* Author: Eyob Mebrahtu
   Date:  05/28/16 
   This is the styles page for welcome.htm
*/

H1{
    justify-content: center;
    font-size:72px;
    font-style: italic;
    font:bold;
    color: white;
    background-color: mediumblue;
}

h2{
    font-size: 36px;
    color: mediumblue;
    font-style: italic;
     
}
body{
    
    background-color: whitesmoke;
}

form{
    font-size: 24px;
    color: darkblue;
    font-style: italic;

}
.Continue{
   
    
    text-align: center;
    color: mediumblue;
    width: 25%;
    border-radius: 15%;
    background-color: mediumblue;
    font-family: cursive;
    font-size: 12px;
   
    
}
    figure {
     position: absolute;
     left: 750px;
     top: 400px;
     z-index: 50;
} 
   
footer{
    position: absolute;
    left: 350px;
    top: 450px;
    color: mediumblue;
}