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

header > h1 {
   font-size: 40px;
}

ul {
    list-style-position: inside;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}