@import "tailwindcss";

body{
    font-family: sans-serif;
}

#banner{
    background-image: url('images/wave.svg'); /* Replace with your image path */
    background-size: cover; /* Scales the image to cover the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    color: transparent; /* Example: text color for better contrast */
    height: 100vh; /* Full viewport height */
    max-height: 630px;
}

#contact-form-wrapper{
    background-color: #7ac5f0;
}

#contact-form-window{
    /*margin-top: -220px;*/
}

