body {
    background-color: #EFF1F2;
    color: black;
    font-family: "Helvetic", sans-serif;
    #max-width: 500px;
    #margin: auto;
    text-align: center;
}

h1 {
    font-style: italic;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    padding-bottom: 25px;
}

.twitter {
    padding-top: 20px;
    font-size: 75%;
}

.button {
    background-color: #116D8A;
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

a:link {
    text-decoration: none;
    color: #116D8A;
}

a:visited {
    text-decoration: none;
    color: #116D8A;
}

a:hover {
    text-decoration: underline;
    color: #116D8A;
}

a:active {
    text-decoration: underline;
    color: #116D8A;
}
