body{
background-color: greenyellow;
color: purple;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0px;
}