body {
	background-color: rgb(245, 134, 6);
	color: white;
	margin: 0;
	font-family: 'Architects Daughter', cursive;
}

h5 {
	color: rgb(255, 255, 255);
}
p {
	color: rgb(255, 255, 255);
}

#screen {
	width: 800px;
	height: 400px;
	background-color: rgb(245, 134, 6);
	background-image: url("room.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 600px;
	margin: auto;
}

#header {
	width: 800px;
	height: 400px;
	background-color: rgb(245, 134, 6);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 600px;
	margin: auto;
	align-items: center;
	text-align: center;
	margin-bottom: 8rem;
	margin-top: 4rem;
	padding: 2rem;
}

#boxContainer {
	display: flex;
	width: 800px;
	margin: auto;
	justify-content: space-between;
	margin-top: 1%;
	align-items: center;
}
.sides{
	width: 200px;
}

.words {
	display: flex;
	justify-content: space-between;
}

#charmander {
	position: relative;
	top: 200px;
	left: 300px;
}

