body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0C4E42;
}

.container {
    text-align: center;
    color: white;
}