

.background01 {
    position: relative;
    width: 100vw;
    height: auto;
    
}

.background01 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.background01 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    /* pointer-events: none; THIS NEEDS TO BE OFF FOR MODEL TO BE INTERACTABLE */ 
}
.header1{
    color: rgb(255, 255, 255);
    font-size:100px;;
    display: flex;
    justify-content: center;
    font-family: Lazy Sunday Shadow;
    letter-spacing: 15px;
    

}
.header2{
    color: rgb(255, 255, 255);
    font-size:32px;
    display: flex;
    justify-content: center;
    font-family: Lazy Sunday Shadow;
    margin-bottom: 30px;
    
    

}
.boxes2{
    display: flex;
    justify-content: space-between;
    
}
