html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url("SG2.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;

    color: green;
    font-family: "Cinzel", serif;
}

.center h1 {
    font-size: 4rem;
    letter-spacing: 0.2em;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}