  body {
    line-height: 1;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a:link {
    color: #D7BDE2;
    padding: 0px 20px;
    text-decoration: none;
  }
  a:visited {
    color: #D7BDE2;
    text-decoration: none;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: Trebuchet MS;
    }

    header {
      text-align: center;
      font-family: arial;
      background-color: #633974;
      color: #DAF7A6;
      padding: 0px 10px;
    }

    h1 {
      font-size: 60px;
    }

    .contact {
      float: bottom;
      width: 300px;
      margin: 0 auto;
      text-align: right;
      background-color: #FFC300;
      color: #4A235A;
    }

    .container {
      text-align: center;
    }

    h2 {
      text-align: center;
      background-color: #D7BDE2;
      font-size: 40px;
      color: #4A235A
    }

    .footer {
      text-align: center;
      background-color: purple;
      color: #DAF7A6;
    }