body {
    background-color: rgba(0,0,0,1);
    color: white;
    font-family: 'Arial', sans-serif;
    line-height: 1.25;
    padding: 100px 20px;
    text-align: center;
}

header {
    margin-bottom: 120px;
    text-transform: uppercase;
}

.logo {
    background: url("logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 265px;
    width: 166px;
    margin: 0 auto 100px auto;
}

h1 {
    font-size: 2.1875rem;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 440px) {
    h1 {
        font-size: 1.875rem;
    }
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

p {
    margin: 0;
}

footer {
    font-size: 1.5rem;
}

@media screen and (max-width: 440px) {
    footer {
        font-size: 1rem;
    }
}