html {
    background: #fff;
    font-size: 1.1em;
    line-height: 130%;
    line-height: 27px;
    font-family: Georgia,serif;
    color: rgb(50, 50, 50);
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    border-bottom: 20px solid rgb(0, 204, 255);
    border-top: 10px solid rgb(0, 204, 255);
}

.main {
    margin: auto;
    width: 60%;
    max-width: 1100px;
}

h1 {
    line-height: 130%;
    text-align: center;
    color: #a70000;
}

a {
    color: #a70000;
    text-decoration: underline;
}

h2 {
    color: #a70000;
}

@media only screen and (max-width: 700px) {
    .main {
      width: 80%;
    }
  }

.mainlogo {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
}

.footerlogo {
    width: 30px;
}

hr {
    border-top: 1px solid #000;
}