body {
 background-color: black;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100vh;
 margin: 0;
 color: white;
 font-family: Arial, sans-serif;
}

h1 {
 font-size: 36px;
}