body{
    font-family: sans-serif;
    font color: FF5CC8;

}
header{
    background-color: #ff5c5cd0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;   
}
    
header img{
    float: left;
    padding: 30px;
    width: 100px;
}
h1{
    text-align: left;
    font-family: sans-serif; 
    color: #ff5c5cd0;
   
}
h2{
    text-align: left;
    font-size: 74;
    font-family: sans-serif; 
    max-width: 2800px;
    width: 80%;
    margin: 0;
    padding: 50px;
    color: #ff5c5cd0;
   
}
button{
    background-color: #ff5c5cd0; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    margin: 15px 40%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
 
  }
  section{  
    clear: both;
    max-width: 2800px;
    position: relative;
    top: 200px;
  }