:root {
    --bs-body-bg: #0A0A0A;
}

.hero {
    font-family: 'Space Grotesk', serif;
    width: 100vw; height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}