@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&display=swap');

* {
    font-family: "Grenze Gotisch", serif;
    font-optical-sizing: auto;
}

#title {
    display: none;
}

a {
    color: darkgreen;
}

body {
    max-height: 90%;
    padding: 0px;
    margin: 0px;
    overflow: none;
    color: darkgreen;
    font-family: "Grenze Gotisch", serif;
    font-optical-sizing: auto;
    background-image: url(./names\ of\ god\ cover\ web\ final\ 2k\ x\ 2k-min.jpg);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    background-color: black;
    height: 100vh;
    /* display: grid;
    place-items: center; */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    display: grid;
    place-items: center;
}

iframe {
    /* max-width: 650px;
    min-height: 450px; */
}

h2 {
    color: white;
}

#mc_embed_signup input {
    font-family: "Grenze Gotisch", serif;
    font-optical-sizing: auto;
}

.contactlink{
    text-align: center;
}