html {
    font-size: 62.5%;
}

body {
    background-color: #EAF1F9;
    color: #888;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    /* font-size: 1.6rem; */
    font-weight: 300;
    line-height: 1.42857143;
    height: 80%;
    margin: 0;
}

.error,
.main {
    position: relative;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

h1,
h2,
h3 {
    font-weight: 300;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.1em;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.column {
    float: left;
    /* width: 48%; */
    padding: 10px;
    height: 386px;
}

.left {
    width: 35%;
}

.right {
    width: 50%;
}

a {
    color: #4677AA
}

.title {
    border-bottom: 2px solid #2e6da4;
}