
body {
	font-family: monospace;
	background: #CDB380;
}

#content {
	margin: auto;
	width: 800px;
}

.side-content {
	background: #033649;
	width: 390px;
	height: 380px;
}

#side1 {
	float: left;
}

#side2 {
	float: right;
}

.text-field {
	background: #ffffff;
	border: solid #a9a9a9 1px;
	resize: none;
	width: 90%;
	height: 75%;
	margin: 5% 5%;
	padding: 5px;
	box-sizing: border-box;
}

#top {
	height: 50px;
}

#swap {
	background: #FF4E50;
	color: #f7f7f7;
	border: none;
	font-size: 20px;
	width: 16%;
	height: 75%;
	margin: 0 42%;
}
#swap:hover {
	background: #ff6669;
	color: #fefefe;
	cursor: pointer;
}

#copy {
	background: #336666;
	color: #f7f7f7;
	border: none;
	float: right;
	margin-right: 5%;
	padding: 2px 6px;
	border-width: 0px 0px 1px 1px;
}
#copy:hover {
	background: #3c7777;
	color: #fefefe;
	cursor: pointer;
}

#text-output {
	word-wrap: break-word;
	overflow: auto;
}

.title {
	color: #f7f7f7;
	font-size: 45px;
	text-align: center;
}
