.contact-intro{
  font-family: Futura;
  line-height: 1.6;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 40px;
}
.contact-information{
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  height: 70vh;
  align-items: center;
}
.contact-inf{
  width: 80%;
  font-family: Futura;
  line-height: 1.6;
  color: white;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.email-link{
  color: white;
  text-decoration: underline;
}
.contact-name,.contact-email,.contact-subject,.contact-message{
  background-color: #CBCBCB;
  width: 80%;
  height: 5%;
  border-style: none;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 20px;
}
.form{
  background-color: #CBCBCB;
  border: none;
  margin-left: 20px;
  border-radius: 10px;
  padding: 5px 10px;
  width: 80%;
  margin-bottom: 30px;
  resize: none;
  overflow-y: scroll;
}
.submit-button{
  align-self: center;
  z-index: 1;
  border: none;
  padding: 5px 5px;
  border-radius: 5px;
  width: 30%;
  background-color: #CBCBCB;
  transition: opacity 0.5s;
}
.submit-button:hover{
  cursor: pointer;
  opacity: 0.8;
}

