body {
    background-color: #181818;
    color: #fff;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}