@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    touch-action: manipulation;
}

.btn-outline-secondary{
    --bs-btn-hover-color: black !important;
    --bs-btn-hover-bg: white !important;
}

.mainContent{
    margin: auto;
    max-width: 1000px;
    padding: 1.75rem;
}

.extrasmall span{
    color: #0d6efd !important;
}

#winScreen{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dedede;
    z-index: 100;
    text-align: center;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

#confetti-canvas {
    z-index: 8000 !important;
}

.btn{
    height: 55px !important;
    line-height: 55px !important;
    --bs-btn-padding-x: unset !important;
    font-size: 18px !important;
}

#inputNumbers .btn{
    line-height: unset !important;
}