html body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

body {
    background-image: linear-gradient(to bottom, #000000, #200000 60%, #7A1D00 100%);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-family: "Zeyada";
    text-align: center;
    font-size: 3em;
    color: white;
}

.image {
    user-select: none;
    pointer-events: none;
}

.jeremy {
    box-shadow: 0.5em 0.5em 2em 1em rgba(120, 0, 0, 0.5);
    filter: saturate(500%) contrast(110%) brightness(200%);
}