body {
	background-color: #a69a8c;
}
div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  }
p {
	color: #7c4532;
	font-size: x-small;
	font-family: sans-serif;
}
