html
{
  background-color:#5fd3f3;
}
body{
  margin:0 auto;
  width:100%;
  height:1800px;
  padding: 20px 20px 0 20px;
  
}
div{
  display:block;
 
}
h1{
  text-align:center;
}
.context{
  font-size:25px;
  line-height:2;
  letter-spacing:2px;
  float:left;
  width: 37%;
 
}

.myForm{
  float:right;
  width:53%;
  padding:10px;
  border:1px;
  border-color:White;
  border-style:solid;
  border-collapse:collapse;
  color:White;
  font-style:bold;
  background-color:#ea5ea6
  
}
#submit{
  margin-top:15px;
  color:#ea5ea6;
}

form input{
  font-size:40px;
  margin:1px;
  color:#ea5ea6;
}
form label{
  margin:10px;
  font-size:45px;
  font-style:normal;
  
}
#headReg{
  margin-left:30%;
  text-height:30px;
  
}
