body{
    background-image: url("https://images.unsplash.com/photo-1737587653765-94bc8fe7b541?q=80&w=1631&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    background-size: cover;
}
body::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}
header{
    position: unset;
    justify-content: center;
}
header img{
    max-width: 250px;
    margin: 16px 0;
    position: relative;
}
.contactSection{
    margin: 0;
    height: unset;
    padding: 10px 0;
}
.contactForm{
    gap: 28px;
}
.contactForm h1{
    margin: unset;
}
.contactForm input{
    position: relative;
    width: 85%;
}
.contactForm input::before{
    content: "*";
    color: red;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.contactSection::before{
    content: unset;
}
.contactSection p{
    padding-top: 20px;
    text-align: unset;
    width: 85%;
    margin: auto;
    color: red;
    font-weight: bold;
}
.location-date{
    text-align: center;
    margin-top: 20px;
}
.location-date h4{
    font-size: 22px;
    margin-bottom: 6px;
}
.location-date h5{
    font-size: 18px;
    margin-bottom: 6px;
}

.location-date img{
    position: unset;
    max-width: 150px;
    padding: 10px 0;
}

.footer{
    height: unset;
    bottom: 0;
}