h1 {
    color: #582900;
    font-family: Times, Times New Roman, serif;		
    text-align: center;
    background-color: #c8ad7f;
    padding: 10px;
    border-radius: 5px;
}

body {
	display: flex; justify-content:center; 
	align-items:center;
	background-color: #c8ad7f;
	height: 500px;
}