#header {
	height: 17vh;
}

#title {
	font-size: 3em;
	font-weight: 800;
}

#footer {
	margin-top: 15px;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
}

#content {
	/*border: 2px solid black;*/
	border-radius: 50px;

	width: 50vw;
	
	margin: auto;
	
	/*background-color: gray;*/
}

#text_area {
	width: 100%;
}

.text_box {
	width: 40%;
	top: 26vh;
	left: 30vw;
	position: absolute;
	opacity: 0;
	font-size: large;
}

button {
	-webkit-appearance: none;
	-webkit-border-radius: none;
	border: 0px;
	border-radius: 5px;
	background-color: #cccccc;
	margin-right: 3px;
	font-size: 0.8em;	
}

button:focus {
	outline: 0;
}

button:hover {
	background-color: #d2d2d2;
}

#button_area {
	display: table;
	margin: auto;
	/*border: 1px solid black;*/
}

* {
	font-family: Georgia;
}