		
		body {

			background-color:white;
		}

		.page {

			background-color:white;
		}

		.sidenav_button_open span {
			color:#383e8c;
		}


		.form {
			margin-right: 8%;
		}


		.emotion_boxes {

			display:flex;
		}


		.emotion_boxes label {
			font-size: 16px;
			font-family: "sans serif", "Verdana";
			margin-left:7px;
		}

		.emotion_boxes input[type=checkbox] {
			width:20px;
			height:20px;
			margin-top:7px;
		}

		.emotion_checkbox {
			border:1px black solid;
			border-radius:5px;
			padding:5px;
			margin-bottom: 10px;
			width:180px;
			height:42px;
		}

		.emotion_boxes_col {
			margin-right:10px;
		}

		.multiple_choice label {
			font-size: 14px;
			font-family: "sans serif", "Verdana";
			margin-left:7px;
		}

		.form h1 {
			font-family: "sans serif", "Verdana";
		}

		.form h4 {
			font-family: "sans serif", "Verdana";
		}

		.form textarea {
			font-family: "sans serif", "Verdana";
			border-color: #e3e2e1;
			border-width: 3px;
			outline: none;
			padding-left:5px;
			padding-top:5px;
			padding-bottom:5px;
			padding-right:5px;
		}

		.form button {
			width: 170px;
			height: 50px;
			background-color:#28898f;
			border-radius: 25px;
			border-color:#28898f;
			color:white;
			font-family: "sans serif", "Verdana";
			font-size:30px;
		}

		.form button:hover {
			border-color: white;
		}

		.emotion_input input[type=text] {
			color: black;
			font-family: "sans serif", "Verdana";
			font-size: 25px;
			background-color: white;
			border-left: none;
			border-right: none;
			border-top: none;
			border-bottom: none;
		}


		.flashed_messages h4 {
			color: #28898f;
		}


		@media only screen and (max-width: 1083px) {

			.emotion_boxes {
				display:inline;
			}

			.form textarea {
				width: 86.62%;
			}

		}
