html,
button,
input,
select,
textarea {
    color: #555;
    font-size: 1em;
    line-height: 1.4;
    font-family: "Helvetica", sans-serif;
}
.container {
    box-sizing: border-box;
    margin: 60px auto;
    padding: 0 16px 0 0;
    text-align: center;
    width: 100%;
    max-width: 700px;
}
@media only screen and (max-width: 500px) {
    .container {
        margin: 40px auto;
    }
}
a,
a:hover,
a:visited {
    color: #0c96c2;
}
h1 {
    font-size: 38px;
    margin-bottom: 0;
    color: #0ea8da;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 500px) {
    h1 {
        font-size: 24px;
    }
}
h1 span:nth-child(even) {
    color: #0c96c2;
}
img#hero {
    width: 100%;
    max-width: 498px;
    margin-bottom: -40px;
}
.main-text {
    text-align: left;
    font-size: 18px;
}
@media only screen and (max-width: 500px) {
    .main-text {
        font-size: 14px;
    }
}
.bottom {
    margin-top: 60px;
}
.box {
    padding: 0.8em;
    background-color: #eee;
    border-radius: 1em;
}
