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

#start-button {
    font-size: 32px;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.alert {
    width: 50%;
}

.timer {
    display: none;
}

.info-panel {
    display: none;
    align-items: center;
}

#timer-1 {
    opacity: 50%;
}

#timer-2 {
    font-size: 24px;
    font-weight: bold;
}