html, body {
    height: 100%;
    background-color: rgb(47, 48, 48);
    font-family: 'museo-slab', sans-serif;
}

.container {
    padding-top: 4.8em;
    color: #ffffff;
    text-align: center;
}

img {
    padding-right: 10px;
}

h1 {
    font-weight: 800;
    font-size: 3.2em;
}

h2, h3 {
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    color: #cf3c28;
}

p {
    margin-top: 3.2em;
    margin-bottom: 4.8em;
    font-size: 1em;
    font: 'museo', sans-serif;
}
    