@charset "UTF-8";
/* CSS Document */

body {
	background-color:pink;
}

.square {
	background-color:white;
}

#firstrow .square, #middlerow .square {
	margin-bottom:1vh;
}

.firstsquare, .square, .endsquare {
	background-color:white;
	width:15.5%;
	height:32vh;
	float:left;
	font-size: 1vw;
	font-family: filson-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	padding-left:0.25%;
	padding-right:0.25%
}
.firstsquare {
	margin-left:1%;
}
.firstsquare, .square {
	margin-right:0.5%;
}

textarea {
	width:97%;
	height:28.75vh;
	margin-left:1%;
	border:none;
	outline:none;
	resize:none;
	font-size:0.98vw;
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}

select {
	outline:none;
	margin-top:0.75vh;
	font-family: filson-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1 {
	font-family: filson-pro, sans-serif;
	font-weight: 500;
	font-style: italic;
	padding-left:2.75%;
	margin-top:0.25vh;
}