
      #image_logo {
        width: 60%; 
        height: auto;
         margin-left: 20%;
      }


input[type=text], select {
  width: 60%;
  height: auto;
  padding: 8px 8px;
  margin-left: 20%;
  display: inline-block;
  border: 2px solid rgb(202, 33, 81);
  border-radius: 10px;
  box-sizing: border-box;
  font-size :30px;
  text-align:center;
outline: none;
  
}

input[type=button ]{

  width: 60%;
 height: auto;
 padding: 8px 8px;
margin-left: 20%;
font-size :30px;
border-radius: 10px;
text-align:center;
background-color: rgb(202, 33, 81);
color: white;

}

#image_w {
  width: 7%;      
  margin-left: 22%;
  border-radius: 7px;
}
#image_v {
width: 7%;  
margin-left: 4%;
border-radius: 7px;
}

#image_e {
width: 7%;  
margin-left: 4%;
border-radius: 7px;

}

#image_f {
width: 7%; 
margin-left: 4%;
border-radius: 7px;
}

#image_phone {
width: 7%; 
margin-left: 4%;
border-radius: 7px;
}


body {

background-color : white

}

h1 {

text-align:center;
font-size :20px;

}


div {

width: 80%;
margin: 0 auto; 
background: black;
font-size :30px;
text-align:center;
align-items: center;     
background: white;

}

