
html, body, .header {
    -webkit-text-size-adjust: none;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    background-color: #e0e0e0;
    height: 100%;
    color: #2c3132;
    margin-right: 10px;
    margin-left: 10px;
}

.content {
    width: auto;
    max-width: 840px;
}

a:link {
    color: #816cad;
}

a:visited {
    color: #4b2b8d;
}

.launch,.site h1 {
    font-size: 2em;
}

.launch,.site h2 {
    font-size: 1.8em;
}

.launch,.site h3 {
    font-size: 1.4em;
    text-align: left;
}

.cen img {
    width: 100%;
}