*{box-sizing: border-box;}

body{
	text-align: center;
	background-color: #f2e2bd;
}

#playerArea{
	border-style: solid;
	margin: 10px;
	padding: 50px;
	background-color: #cecece;
}

button{
	height: 30px;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    background-color: white;
    margin-top: 20px;
}

button#reset{
	background-color: red;
}

.buttonCtrl{
	margin-left: 50px;
}
h1{
	border: solid;
	height: 50px;
	align-content: center;
	padding-top: 5px;
	background-color: #c2d7f4;
}