*{
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
}
 body{ background-image: url(images/82070622_tumblr_lm6w8f2pFb1qb97vko1_500_large.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
 
 h2{ 
 color: #005f73;
 text-align: right;
 font-weight: 600;
 font-size: 50px;
 margin-bottom: 5px;
 width: 100%;
}

 p{ color: rgb(14, 2, 2); 
    text-align: right;
}



.formis{
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  gap: 10px;

}

.container{
  height: 100vh;
  display: flex;
  align-items:center;
  justify-content: space-evenly;
  text-align: right;
}

.contact-input{ width: 390px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 30px;
  padding-right: 20px;
  text-align: right;
}

.container textarea {
  height: 130px;
  padding-top: 20px;
  text-align: right;
}

.contact-input:focus{ 
  border: 2px solid rgba(40, 102, 218, 0.329);
}

.formis button {
  height: 30px;
  width: 60px;
  padding-left: 9px;
  color: #1b4965;
  font-size: 20px;
  font-weight: 600;
  border-radius: 60px;
  background-color: #dad7cd;
  cursor: pointer;
  margin-left: auto;
}
