#bg-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('/static/home/img/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    z-index: -1; /* Send it behind the content */
}


#web_title, 
#web_subtitle {
    background-color: white;
    max-width: fit-content;
    padding: 0.3rem;
}

#web_title {
    margin-top: 4rem;
}
