body {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	min-height: 100vh;  
	display: flex;
	flex-direction: column;
	background-color: #dd3355;
	align-items: center;
	justify-content: center;
     }

button {
	border-width: 4px;
	border-color: #aaaa00;
	border-style: solid;
	border-radius: 10px;
	background-color: #ee6677;
}

