body {
    margin: 0;
    padding: 0;
    background-color: rgb(55, 65, 81);
    color: white;
    font-family: system-ui, -apple-system, sans-serif;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
