body {
     background-image: url(./flower-background.jpg);
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     background-repeat: no-repeat;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     color: rgb(33, 32, 32);
     padding-bottom: 50px;
     background-color:rgb(85, 107, 47);
}

/* #title is the <h1>Survey Form</h1> tag */

#title {
    font-weight: lighter;
    text-align: center;
    color: rgb(50, 45, 45);
    font-style: normal;
    padding-top:2px;
    padding-bottom: 2px;
    
}

    /* #description is the <p></p> tag which contains the text below the <h1></h1> */

#description {
    font-weight: normal;
    text-align: center;
    color:rgb(50, 45, 45);
    font-style:normal;
    padding-top: 2px;
    padding-bottom: 2px;
}

#survey-form {
    background-color:rgba(85, 107, 47, 0.326);
    background-attachment: scroll;
    border-radius: 50px;
    border-bottom: ridge;
    border-top: groove;
    border-color: rgba(85, 107, 47, 0.518);
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    margin-left: 29.8%;  
    margin-right: 30%;
    text-align: center;

}

    /* #name is the placeholder of name label */

#name{
    background-color:rgba(85, 107, 47, 0.16);
    border-radius: 5px;
    border-bottom: ridge;
    border-color: rgba(0, 0, 0, 0.215);
   -webkit-text-fill-color:rgb(50, 45, 45);
    padding: 10px;
    text-align: center;
   
}

#name-label{
    
   font-weight: 500;
   color: rgb(50, 45, 45);
   
}

    /* #email is the placeholder of email label */

#email{
    background-color:rgba(85, 107, 47, 0.16);
    border-radius: 5px;
    border-bottom: ridge;
    border-color: rgba(0, 0, 0, 0.215);
    -webkit-text-fill-color: rgb(50, 45, 45);
    padding: 10px;
    text-align: center;
}


#email-label{

    font-weight: 500;
    color: rgb(50, 45, 45);

}

#number {
    background-color:rgba(85, 107, 47, 0.16);
    border-radius: 5px;
    border-bottom: ridge;
    border-color:rgba(0, 0, 0, 0.215);
    -webkit-text-fill-color:rgb(50, 45, 45);
    padding: 10px;
    text-align: center;
    
}


#number-label {
    font-weight: 500;
    color: rgb(50, 45, 45);

}


#ddown { 
    padding: 4px;
    font-weight: 500;
    color: rgb(50, 45, 45);

   
}


#dropdown{  background-color:rgba(85, 107, 47, 0.16);
    border-radius: 5px;
    border-bottom: ridge;
    border-color:rgba(0, 0, 0, 0.215);
    -webkit-text-fill-color:rgb(50, 45, 45);
    padding: 10px;
    text-align: center;
    font-weight: 500;
    color: rgb(50, 45, 45);


}

#bold{
    padding: 2px;
    color:rgb(50, 45, 45);
    font-weight: 500;

}


#option1, #option2, #option3 {
    padding-top:2px;
    padding-bottom: 2px;
    color:rgb(50, 45, 45);
    font-weight: 500;

}


#radio-question{
    color:rgb(50, 45, 45);
    font-weight: 500;
    
}


#radio-yes ,#radio-no{
    color: rgb(50, 45, 45);
    font-weight: 500;
    
}

#cm-placeholder{
    padding: 15px;
    background-color: rgba(85, 107, 47, 0.16);
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0.215);
    -webkit-text-fill-color: rgb(50, 45, 45);
    text-align: center;

}



#cm{
    text-align: center;
    color:rgb(50, 45, 45);
    font-weight: 500;

}

/* submit button */

#submit{
text-align: center;
border-radius: 5px;
border-style:ridge;
background-color:rgba(85, 107, 47, 0.16);
-webkit-text-fill-color: rgb(50, 45, 45);
padding: 10px;
padding-right: 4px;
padding-right: 8px;
border-color:rgba(0, 0, 0, 0.215);
margin-bottom: 10px;

}
