body {
 font-size: 5rem;
 font-family: 'Indie Flower', cursive;
 display: grid;
 height: 100vh;
 margin: 0;
 place-items: center center;
}

.main {
 background: black;
 color: white;
 width: 70%;
 padding: 100px;
 text-align: center;
}