* {
    font-family: "Montserrat";
}

body {
    padding: 24px 0;
    margin: 0;
}

h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}

h4 {
    margin: 0 0 12px 0;
    font-size: 28px;
    text-align: center;
}

.user-name {
    margin: 24px auto;
    display: block;
    width: 220px;
    font-size: 24px;
    padding: 8px 12px;
}

.main-link {
    font-size: 20px;
    width: 320px;
    padding: 6px 10px;
    text-align: center;
    display: block;
    margin: 12px auto;
    color: black !important;
    border: 2px solid;
    text-decoration: none !important;
}

.main-link span {
    font-weight: 700;
}

.submit {
    display: block;
    text-align: center;
    width: 220px;
    padding: 8px 12px;
    margin: 0 auto 24px;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid;
}

.dash-button {


    display: block;
    text-align: center;
    width: 325px;
    padding: 8px 12px;
    margin: 0 0 24px;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid;

}

.dash-open .highest {
    background: rgb(158, 219, 66);
}

.dash-open .highest-10 {
    background: rgb(13, 150, 74);
}

.big-cell {
    transition: all ease-in-out .4s;
}

.dash-open .lowest {
    background: red;
}

.dash-open .lowest-1 {
    background: rgb(143, 4, 4);
}

span {
    text-align: center !important;
}

.number-open {
    opacity: 0;
    transition: all ease-in-out .4s;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    display: none;
}

.number-closed {
    width: 100%;
    display: inline;

    font-size: 20px;
    font-weight: 700;
    opacity: 1;
    transition: all ease-in-out .4s;
}

.dash-open .number-closed {
    opacity: 0;
    display: none;
}

.dash-open .number-open {
    opacity: 1;
    display: inline;
}

select {
    width: 250px;
    font-size: 32px;
    margin: 24px auto;
    display: block;
    padding: 8px 16px;

    font-weight: 700;
    border: solid 5px;
    border-radius: 24px;
}

.box {
    display: flex;
    justify-content: space-around;
    margin: 64px 0;
}

.box a,
.random {
    color: black !important;
    font-size: 20px;
    text-decoration: none !important;
    display: block;
    padding: 10px 20px;
    border: 3px solid;
    border-radius: 12px;
    font-weight: 500;
}





.list {
    display: flex;
    flex-wrap: wrap;

}


iframe {
    width: 100%;
    height: 80vh;
}

.srednia {
    opacity: 0;
    transition: all ease-in-out .4s;

}

.srednia-open {
    opacity: 1;
}

.srednia-main {
    display: block;
    text-align: center;
    width: max-content;
    padding: 0;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid;
    margin: 0 auto 24px;
    height: 54px;
    align-content: space-evenly;
}
.srednia {
    align-content: center;
    padding: 0 8px;
    font-weight: 700;
}

@media (min-width: 991px) {
    .big-cell {
        border: 2px solid;
        width: 325px;
        border-bottom: none;
        display: flex;
    }

    .big-cell:last-child {
        border-bottom: 2px solid;
    }

    .cell {
        max-width: 220px;
        display: inline-block;
        padding: 4px 8px;
        border-right: 1px solid;
        width: 64%;
        height: 100%;
        font-weight: 700;
        min-height: 40px;
    }

    .cell-small {
        width: 12%;
    }

    .cell:nth-child(3) {
        max-width: 100px;
        border-right: none;
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1560px !important;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1800px !important;
    }
}

@media (min-width: 2500) {
    .container {
        max-width: 2400px !important;
    }
}