*{
    margin: 0;
    padding: 0;
}
.Header {
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    display: flex;
}
.Header img{
    height: auto;
    width: 100%;
    margin-left: 0px;
}
.b{
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    padding: 60px 140px;
}

.body{
    background-color: rgb(33, 84, 83);
    height: auto;
    width: 90%;
    padding: 50px;
}

.body h4{
    color: white;
    text-align:justify;
    font-family: sans-serif;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
}
    .map-side iframe{
        width: 700px;
        height: 750px;
        object-fit: cover;
        margin: 0;
        padding: 0;
        filter: invert(90%) hue-rotate(180deg)
    }
    .contact-container{
        display: flex;
        width: 100%;
        height: 650px;
        background-color: white;
    }
    .form-side h2{
        margin-bottom: 20px;
        font-family : sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        word-spacing: 1px;
        letter-spacing: 0;
    }
    .form-side{
        padding: 30px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
    }
    .form-side h1{
        color:rgb(207, 175, 124);
        margin-bottom: 20px;
        font-family: sans-serif;
        font-size: 2rem;
    }

    .form-side label{
        font-family: sans-serif;
        font-size: 1rem;
        font-weight: 600;
        margin-top: 15px;
    }
    .form-side input, .form-side textarea{
        width: 100%;
        padding: 10px;
        margin-top: 8px;
        margin-bottom: 15px;
        border: 0;
        border-bottom: 1px solid black;
        font-size: 1rem;
        font-family: sans-serif;
    }
    .checkbox{
        display: flex;
        align-items: center;
        font-family: sans-serif;
        font-size: 1rem;
        font-weight: 200;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .checkbox input{
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }
    #submit{
        background-color: rgb(207, 175, 124);
        color: white;
        padding: 3% 0;
        width: 100%;
        text-align: center;
        border: none;
        font-size: 1rem;
        margin-top: 15px;
        margin-bottom: 0px;
        border: 0;
        border-bottom: 0;
        font-family: sans-serif;
    }

    #submit:hover{
        background-color: rgb(161, 135, 94);
    }