body {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #1b1b1b;
    text-align: center;
}

h1 {
    font-weight: normal;
    color: #b2b2b2;
    margin: 2px;
}

h3 {
    font-weight: lighter;
    color: #6b6b6b;
    margin: 2px;
}

.links {
    margin-top: 35px;
}

a {
    color: #9f9f9f;
    margin: 0 5px;
}
