body {
    background-color: black;
    background-image: url('background-image.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

@font-face {
    font-family: 'Land';
    src: url('land-v2.ttf');
}

.title {
    font-size: 10vw;
    font-family: 'Land', serif;
}

p {
    text-shadow: gray 1px 1px;
    font-size: 3vw;
}