body {
background-color: antiquewhite;
color: rgb(52, 12, 62);
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-size: 3em;
}