
body {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background-color: #000;
}

.container {
color: #fff;
font-size: 3em;
text-align: center;
}