* {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.contact {
  background: url(https://lh3.googleusercontent.com/y_KjOHwmlvNbX-2zsSNuz_VAJyitU2SAEOFAZKrkFx39wZKqNIMblWS__QJ363Q0zpkvHnRVxk9siaJNqIfp7xzIjfApTmSHWUBJhXwRVQAAjWHpAVzrz0TJkwzg2F2hkr9hWQbkNA=w2400);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.head {
  background-color: #a56cc1;
  border-radius: 5px;
  margin-top: -5px;
  -webkit-box-shadow: -1px 9px 27px -8px rgba(235, 23, 235, 0.3);
  box-shadow: 12px 12px 5px 0px rgba(235, 23, 235, 0.3);
  box-shadow: 12px 12px 5px 0px rgba(235, 23, 235, 0.3);
}

.effect-1 {
  border: 0;
  outline: none;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}
.effect-1 ~ .Focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: rgba(235, 23, 235, 0.25);
  transition: 0.4s;
}

.effect-1:focus ~ .Focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}

.btn1 {
  background: #a56cc1;
  color: white;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 145px;
}
.btn1:hover {
  -webkit-box-shadow: -1px 9px 27px -8px rgba(235, 23, 235, 0.25);
  box-shadow: 12px 12px 5px 0px rgba(235, 23, 235, 0.25);
  box-shadow: 12px 12px 5px 0px rgba(235, 23, 235, 0.25);
}

.contact {
  color: white;
}

.cad {
  background-color: #000;
  color: #fff;
  opacity: 0.6;
  border-radius: 3%;
}
form{

display: flex;
flex-direction: column;
padding: 2vh 4vh;
max-width: 600px;
border-radius: 10px;
color: black;
opacity: 0.8;
border-radius: 3%;

}

.mb-5 {
  font-size: 0.5cm;
}

.contact{
color:white;
}
