body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #062e58;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}

.container {
    font-size: 2em;
}
