html{
	
	font-family: calibri, sans-serif;
	font-size: 25px;
  height: 100%;
}



h1
{
	color: red;
	text-align: center;
}

h3{
	font-family: calibri, sans-serif;
	color: red;
  margin-top: 0;

line-height: 0.79;

}


a:link {
	color: #E07000;
  text-decoration: none;
}

a:active{
  color: red;
}

a:visited {
	color: red;
 
}

    form {
      width: 400px;           
      /*border: 2px ;
      border-radius: 10px;
      padding: 20px 30px;*/

    
    }

	label {
      display: block;
            width: 400px;           

      margin-bottom: 8px;
      color: red;
    }

    input{
      width: 400px;
    }

    textarea{
      width: 400px;
    }

	    button[type="submit"] {
              width: 400px;           

      background-color: #ff3300;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background 0.3s ease;
    }


 

#code_here{
  margin: 10px;
}

#send{
  font-size: 62.5px;
  font-weight: bold;
}

body{
  display: flex;
  justify-content: center;
  /*flex-direction: column;*/
  height: 100%;
}

.content{
  width: 70%;
  min-height: 100vh;
}

@media(max-width: 1400px){
  .content{
    width: 90%;
  }
  h3{
    line-height: 1;
  }
 
}