
html, body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Lato, sans-serif;
}

.content {
    max-width: 800px;
    text-align: center;
}

h1 {
    text-align: center;
    display: block;
    font-size: 30px;
    margin: 20px;
    color: white;
}

p {
    display: block;
    font-size: 18px;
    margin: 20px 10px;
    padding: 10px;
    line-height: 30px;
    color: #999999;
}

a {
    color: #fd5a5a;
}

img {
    max-width: 100%;
}

.line {
    border-top: 1px solid #999999;
}

.color {
    color: #99cc39;
}