* GENERAL */
*
{
  object-position: center; 
}

body
{
   font-family: Amaze,Arial,sans-serif;
    font-size: 15px;
    width:100%;
    margin:auto;
    background-color: white;
}


/* HEADER */

header
{
    text-align: center;
    height: 160px;
    background-color: #0000ff;
    background-position: center;
}
header h1
{
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    margin-top: 0;
}
header p
{
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    
}
/* STEPS */

#steps
{
    margin-top: 30px;
    background-position: center;
  
}
#steps ul
{
    background-position: center;
    
    margin-left: 10%;
    margin-right: 10%;
}
#steps p
{
    margin-top: 0;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    width: 18%;
    
    
    
}

#steps p1
{
  font-size: 30px;
  margin-left: 5%;
     width: 8%;
 
}
#steps p2
{
  

     width: 1%;
  
}
/* STEPS1 */

#steps1 p
{
    margin-top: 30px;
    display: inline-block;
    font-size: 30px;
    margin-left: 50px;
    text-align: center;
}
#steps1 h2
{
    margin-top: 30px;
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    margin-left: 480px;
    text-align: center;
}












