body {
    color: white;
    background-color: black;

	display: grid;
	place-items: center;
	height: 100vh;

    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    text-transform: uppercase;
	font-size: 5rem;
}

h2 {
	font-size: 2rem;
}

p {
    font-size: 1.5rem;
}