body {
    height: 100vh;
    margin: 0;

    background: #000000 url("../img/architecture.jpg") no-repeat fixed center center;
    background-size: cover;
}

html {
    background: #000000;
}

.center {
    color: #ffffff;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.content {
    padding: 20px;
}

.headline {
    font-family: 'Pacifico', "Times New Roman", "Courier New", sans-serif;
    font-size: 48px;
}

.text {
    font-family: 'Helvetica', 'Arial', sans-serif;
    padding: 20px 0;
}
