body {
	background-color: lightpink;
	background-repeat: no-repeat;
	background-size: 1800px 1000px;
	background-position: top center;
	overflow: hidden;
	margin: 0 auto;
	font-family: Marker Felt, fantasy;
}
h1 {
	text-align: center;
	font-size: 3rem;
	color: pink;
}
#display-element {
	text-align: center;
}
#userEntry {
	margin: 0 20% 1%;
	width: 60%;
	height: 1.75rem;
	font-size: 1.5rem;
}
input {
	border-radius: 5px;
	background-color: whitesmoke;
}

#buttons {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}
.translateButton {
	margin: 2% 2%;
	background-color: pink;
	font-size: 1.25rem;
	width: 10%;
	border-radius: 5px;
}
#translation {
	font-size: 1.5rem;
	color: black;
	background-color: pink;
	border: 1px solid;
	padding: 15px;
	width: 600px;
	resize: both;
	overflow: auto;
	margin: 0 auto;
	border-radius: 5px;
}
