html { 
  background: url(./res/bg2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
  color: white;
  font-family: 'Public Sans', sans-serif !important;
}

.realTitle{
  font-weight: 700;
  font-size: 1.2em;
}


.bigthing{
  border: solid;
  width: 300px;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.headerArea{
  font-size: 1.2em;
  width: 300px;
  text-align: left;
}

textarea{
	background: white;
	border: none;
	width: 100%;
	outline:none;

font-family: Helvetica Neue;
font-size: 21px;
font-weight: 300;
line-height: 23px;
letter-spacing: 0em;
text-align: left;
resize: none;
color:black ;
}

.textareaWrapper{
  margin: 10px;
  background: white;
	padding: 22px;	
	border-radius: 22px;
}

button{
  background: #3492D7;
  margin: 10px;
  width: calc(100% - 20px);
height: 52px;
border-radius: 22px;
border: none;
	font-family: Helvetica Neue;
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
color: white;
}




