body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#background {
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    z-index: -1;
}

h1 {
    font-family: "Gravitas One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 68px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
}