@font-face {
    font-family: "HelveticaNeueLTW07-75Bold";
    src: url("HelveticaNeueLTW07-75Bold.woff2") format("woff2"),
        url("HelveticaNeueLTW07-75Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "HelveticaNeueLTW07-75Bold";
    margin: 0;
    padding: 0;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: white;
    font-size: 16px;
    padding-bottom: 24px;
}
h1 {
    text-transform: uppercase;
    margin: 0 0 1em;
}
#text {
    max-width: 37em;
    text-align: center;
}
#logo {
    width: 18em;
    height: 18em;
    background-size: contain;
    background-image: url(logo.png);
}
a {
    color: inherit;
}
a:hover {
    color: white;
}
p {
    color: #999999;
    margin: 0;
}
