html, body {
	background-color: #121212;
    margin: 0;
    height: 100%;
	background: linear-gradient(163.04deg, #121212 14.34%, #4C4C4C 147.09%);
	color: white;
	padding: 0;

}

.realTitle{
font-family: Helvetica Neue;
font-size: 54px;
font-weight: 700;
line-height: 59px;
letter-spacing: 0em;
text-align: left;
}

.preTitle {

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

}

.formSectionTitle {
	font-family: Helvetica Neue;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 10px;
}

.promptSpan{
	font-family: Helvetica Neue;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	letter-spacing: 0em;
	
}

.everything{
	width: 300px;
	margin: auto;
	margin-top: 30px;
}

textarea{
	background: #4B4B4B;
	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:white ;
}

.textareaWrapper{
	margin-top: 10px;
background: #4B4B4B;
	padding: 22px;	
	border-radius: 22px;
}

button{
	background: #3492D7;
width: 100%;
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;
}




