.hero {
    min-height: 70dvh;
    /* min-height: -webkit-fill-available; */
    display: flex;
    flex-direction: column;
    background-image: url("/assets/images/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
