.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: 90vh;
    margin: 0 auto;
    padding: 20px;
    font-size: 40px;
}
.title {
    font-size: 60px;
    margin-bottom: 20px;
}
.time {
    font-size: 40px;
}
