﻿
body.initial-class {
    background-color: black;
}


.hero {
    padding: 2rem;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.7);
    background: linear-gradient(to right, rgba(34,38,107,0.8), rgba(50,50,50,0.6)), url('/img/bg-home.jpg');
    background-size: cover;
    background-position: center;
    height: calc(100vh - 199px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: brightness(0.7) contrast(1.2);
}

    .hero h1 {
        font-size: 3rem;
        color: #e0d7ff;
        margin-bottom: 1rem;
    }

    .hero p {
        font-size: 1.05rem;
        color: #dcd6ff;
        line-height: 1.5;
    }
