body {
    font-family: 'Lato', sans-serif;
    background-color: #111111;
}

.header {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 4.5rem;
}

.header__sub {
    text-align: center;
    font-style: italic;
    color: white;
    font-size: 2rem;
}

.links {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 7.5rem;
}

.links a {
    color: white;
}

.links a:hover {
    color: turquoise;
}