html, body {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background-color: black;
}

.site {
    max-width: 550px;
    margin: auto;
}

.logo {
    max-width: 500px;
    margin-bottom: 40px;
}

.text {
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    text-align: left;
}