body {
    overflow: hidden;
    background-image: url("../assets/discord-header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
}

html {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: var(--black);
    background: var(--dark-green-gradient);
    top: 0;
    left: 0;
    opacity: 0.8;
}
