/* Vaporwave */

    body {
      text-align: left;
background: rgb(32,126,162);
background: linear-gradient(45deg, rgba(32,126,162,1) 0%, rgba(9,42,59,1) 20%, rgba(9,42,59,1) 50%, rgba(9,42,59,1) 80%, rgba(152,97,136,1) 100%);
      background-size: cover;
      background-position: center;
      font-family: 'Futura';
    }
    
      section {
      background:9,42,59;
      border-radius:5px;
    }

    h1 {
      font-size: 24px;
      font-weight: bold;
      margin: 20px 100px 10px;
      color: #fff1ae;
    }
    
    h2 {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 100px 10px;
      color: #207ea2;
    }
    
    h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 10px 100px 10px;
      color: #f67fab;
    }
    
    h4 {
      font-size: 12px;
      font-weight: bold;
      margin: 10px 100px 10px;
      color: #000000;
    }
    
    p {
      font-size: 14px;
      padding: 0;
      margin: 2px 100px 5px;
      color: #ccdec6;
      font-family: 'Helvetica';
    }
    
    input {
      border: 0;
      padding: 10px;
      font-size: 16px;
      text-align: center;
    }
    
    A:link {
      color: #F1F227;
    }
    
    A:visited {
      color: #986188;
    }
    
    A:hover {
      color: #986188;
    }
    
    header {
    }
    
    footer {
    background-size: cover;
    }