    body {
      background-color: #028448;
      color: #aaaaaa;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      padding: 40px;
      padding-bottom: 0;
      text-align: center;
    }

    a {
      color: #ffffff;
      text-decoration: none;
    }

    h1 {
      font-size: 34px;
      text-align: center;
    }

    h2 {
      text-align: center;
      font-size: 18px;
      padding-bottom: 50px;
    }

    footer {
      font-size: 14px;
      margin-top: 100px;
      text-align: right;
      opacity: 0.75;
      line-height: 1.5em;
    }

    input {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border:1px solid #cccccc;
      height: 40px;
      font-size: 18px;
      width: 330px;
      font-family: 'Open Sans', sans-serif;
      background-color: #ffffff;
      text-align: center;
    }

    input:focus {
      outline:none;
    }

    select {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border:1px solid #cccccc;
      height: 40px;
      width: 330px;
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      background-color: #ffffff;
      text-align: center;
    }
