
div#top_contact{
  position: absolute;
  top: -100px;
  }

/* STYLES FOR THE CONTACT FORM */  
div#contact_form_container{
  width: 65%;
  height: 414px;
  margin: 4rem auto;
  border-radius: 3px;
  box-shadow: 2px 5px 5px #808080;
  text-align: right;
  }

div#contact_form_design{
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid #999999;
  border-radius: 3px 3px 0px 0px;  
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  }

div#contact_submit_design{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  }  

/* AFTER SENDING THE EMAIL */
.wasSend_container{
  background-color: #ccffcc;
  background-image: url("../img/icons/email_send.png");
  background-position: 50% 85%;
  background-repeat: no-repeat;
  border: 2px solid #33cc33;
  border-radius: 3px;
  }

div#send{
  margin: 25% auto;
  text-align: center;
  }

