html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: black;
}

.hero-splash {
    width: 100vw;
    height: 100vh;
    background-image: url('/images/splash1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content img {
    width: 180px;
}
