main{
    padding: 1px 20px 20px 20px;
    background-color: #FFFFFF;
    overflow: auto;
    display: block;
  }
  
  body{
    background-color: #EAEAEA;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #wrapper{
    background-color:#e390cd;
    background-image: linear-gradient(to bottom, #FFFFFF, #e390cd);
  }
  
  header{ 
    background-color: #710071; 
    color: #FFFFFF;
    text-align: center;
  }
  
  h1{
   padding-bottom: 0.5em;
   padding-top: 0.5em;
   font-family: Georgia, 'Times New Roman', Times, serif;
   letter-spacing: 0.25em;
  }
  
  h2{
    color: #d219d2;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 1px 1px 0 #CCCCCC;
  }
  
  h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #000033;
  }
  
  
  footer{
    font-size: 75%;
    font-style: italic;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 2em;
    background-color: #FFFFFF;
  }
  
  
  input, textarea {
    margin-bottom: 0.5em;
    margin-left: 5em;
  }
  