

@media (max-width: 600px) {
    .input-row .score_input {
        padding-left: 2px;
        padding-right: 2px;
    }

    .custom-input {
        margin-bottom: 4px;
    }
}

.jumbotron {
    padding-top: 4rem !important;
}


.large-select {
    font-size: 2rem;
    padding: 10px;
}

.large-select option {
    font-size: 2rem;
}

.clock{
    font-family: monospace;
    font-size: 10vw;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.2em;
    font-weight: bold;
}


.highlighted {
    border: 2px solid #007bff; /* Example highlight style */
    background-color: #e7f3ff; /* Example background color */
}