h1 {
	text-align: center;
}

#control {
	margin-top: 30px;
	margin-bottom: 30px;
}

#playground {
    border: 1px solid black;
    height: 600px;
    width: 800px;
    background: url("../image/desert_sand.jpg");
}

#playground img {
  	position: absolute;
}

#information {
	display: flex;
	justify-content: right;
}

#information p {
	margin-right: 10px;
	color: #00f;
	font-size: 20px;
}

#status {
	text-decoration: underline;
}
