.qualities{
    margin:2rem auto;
    font-size: 2rem;
}

.qualities1{
    display: none;
    margin:2rem;
}

.media{
    display: flex;
    overflow: scroll;
    background-color: white;
    position: relative;
    background-image:url('treebackground.svg');

}

.thankyouImage{
    width:100%;
    height:100%;
    object-fit: cover;
}

.contact{
    margin:0 auto;
    color:#800000;
    z-index: 1;
}
.contactHeading{
    font-size: 2rem;
    text-align: center;
    margin:3rem 1rem 1rem 1rem;
    color:#800000;
    font-weight:normal;
}

table{
    text-align:center;
    margin:0 auto 2rem auto;
    width:80%;
}

td{
    padding: .5rem ;
    text-align: center;
    vertical-align: top;
}

label{
    display: none;
}

input{
    width:100%;
}

#state{
    background-color:  white;
    border:2px solid black;
    border-style:solid;
    width:100%;
    -webkit-appearance: none;
}

textarea{
    width:100%;
    resize: none;
}

input, select, textarea, option{
    padding:.5rem;
    width:100%;
    min-width:200px;
    background-color: white;
    border:2px solid black;
    border-style: solid;
    color:rgb(100, 100, 100);
    border-radius: 5px;
}


.submitInput{
    margin:0 auto;
}

.submitInputButton{
    height:2rem;
    background-color:transparent;
    border:2px solid rgb(100, 100, 100);
    color:rgb(100, 100, 100);
    padding:1rem;
    line-height: 0rem;
    
}

#lang{
    display:none;
    color:red;
    position:absolute;
    width:100%;
    text-align: center;
    left:0;
    top:3%;
}





