@charset "utf-8";

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #181818;
    display: table;
    font-size: 24px;
    font-family: system, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #a0a0a0;
}

.container {
    display: table-cell;
    vertical-align: middle;
}

.content {
    padding: 76px;
}

.title {
    font-weight: 200;
    font-size: 48px;
    margin-bottom: 40px;
    color: #fff;
}

.details {
    font-weight: 100;
    font-style: italic;
}
