<body>
<main>CONTENT</main>
</body>
body {
margin: 0;
}
main {
background: black;
color: white;
height: 100vh;
margin: 0 auto;
max-width: 800px;
text-align: center;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.