
body {
  background-color: white;
}
div {
	display: flex;
	justify-content: center;
}
p {
	display: flex;
	justify-content: center;
    font-size: xx-large;
    text-shadow: 2px 2px 2px #808080;
}