html, body {
    height: 100vh;
}

body {
    font-family: 'Montserrat';
    margin: 0;
}

.noscript {
    display: flex;
    font-size: 2.5rem;
    font-weight: bold;
    justify-content: center;
    border-bottom: 1rem solid black;
    padding: 10px;
}

.background {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background css-doodle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container{
    min-height: 100vh;
    position: relative;

    background: radial-gradient(#00fffa7d, #1067d0);
}




.content-ad {
    justify-items: center;
}

.pr0m0-area {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-slot1 {
    width: 970px;
    height: 91px;
    border: 2px dashed rgba(255,255,255,0.3);
    background: rgb(91 91 91 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    margin: 10px;
}

.slot-text {
    color: #fff;
    font-weight: bold;
}

.ban-slot1:hover {
    opacity: 1;
}



.content-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

#main-content-column-1{
    border-radius: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;

    height: auto;
    width: 100%;
}

.info-field {
    border: 6px solid #00c8ff;
    border-radius: 30px;
    background: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
}

.title-container {
    display: flex;
    justify-content: flex-end;
    margin: 7px 33px 30px 24px;
    position: relative;
}

.title-description-info{
    display: flex;
    width: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: absolute;
    top: -36px;
    left: 8%;
    transform: translateX(-50%);

    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 200, 255, 0.3);
    border: 2px solid #00c8ff;
}

.description-info{
    display: block;
    border-bottom: 2px solid;
    color: #00c8ff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 3px 0px 25px 0px;
}

.rules-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #1c2123;
    display: block;
}

.description-label {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(135deg, #4d77ff, #00c8ff);
    color: white;
    margin: 0;
    text-decoration: underline;
    padding: 10px 20px 10px 15px;
    display: flex;
}

.icon-home-rules-title {
    width: 28px;
    height: 28px;
    margin-right: 8px;

    animation: bookOpen 8s ease-in-out infinite;
    transform-origin: center;
}

@keyframes bookOpen {
    0%, 30% {
        transform: scaleX(1) scaleY(1);
        filter: brightness(1);
    }
    50% {
        transform: scaleX(1.2) scaleY(0.9);
        filter: brightness(1.2);
    }
    70% {
        transform: scaleX(1.15) scaleY(1.1);
        filter: brightness(1.15);
    }
    85% {
        transform: scaleX(1.05) scaleY(1.05);
        filter: brightness(1.08);
    }
    100% {
        transform: scaleX(1) scaleY(1);
        filter: brightness(1);
    }
}

.example-title {
    justify-items: center;
    font-weight: bold;
    margin-bottom: 3px;
}

.examples-and-images {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 15px;
}

.wrong-example {
    margin: 10px;
}

.right-example {
    margin: 10px;
}

.right-wrong-text {
    justify-self: center;
    margin-bottom: 3px;
    font-weight: bold;
}

.wrong-title {
    color: #ff4040;
}

.right-title {
    color: #00ce00;
}

.wrong-img-drawing-examples {
    width: 100%;
    border: 3px solid #ff4040;
    border-radius: 4px;
}

.right-img-drawing-examples {
    width: 100%;
    border: 3px solid #00ce00;
    border-radius: 4px;
}

.example-description-content {
    margin-left: 62px;
    margin-right: 62px;
    margin-bottom: 25px;
}

.example-description-content-symbols {
    margin-top: 15px;
    margin-left: 62px;
    margin-right: 62px;
}







#main-content-column-2 {
    margin: 10px;
}

.ban-slot2 {
    width: 300px;
    height: 250px;
    border: 2px dashed rgba(255,255,255,0.3);
    background: rgb(91 91 91 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    margin: 10px;
}

.slot-text {
    color: #fff;
    font-weight: bold;
}

.ban-slot2:hover {
    opacity: 1;
}

.ban-slot3 {
    width: 729px;
    height: 91px;
    border: 2px dashed rgba(255,255,255,0.3);
    background: rgb(91 91 91 / 20%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    margin: 10px;
}

.slot-text {
    color: #fff;
    font-weight: bold;
}

.ban-slot3:hover {
    opacity: 1;
}


@media only screen and (orientation: portrait), (max-aspect-ratio: 4/3) {

    .content-container {
        flex-direction: column;
        max-width: 100%;
        margin: 0;
        padding: 0 5px;
    }

    #main-content-column-1 {
        width: initial;
        margin: 5px 5px 0px 5px;
        order: 1;
    }

    .title-description-info {
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }

    .examples-and-images {
        gap: 8px;
    }

    .wrong-example, .right-example {
        margin: 0px;
    }

    .example-description-content {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 18px;
    }

    .example-description-content-symbols {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .example-title {
        white-space: nowrap;
    }

    .pr0m0-area {
        grid-column: none;
        width: 100%;
        justify-content: center;
        padding: 5px 0;
    }

    .ban-slot1 {
        width: 320px;
        height: 50px;
        max-width: 100%;
        font-size: 11px;
    }

    .ban-slot3 {
        width: 320px;
        height: 50px;
        max-width: 100%;
        font-size: 11px;
    }

}


@media only screen and (max-width: 1024px) and (orientation: landscape) {

    .content-container {
        flex-direction: column;
        max-width: 100%;
        margin: 0;
        padding: 0 5px;
    }

    #main-content-column-1 {
        width: initial;
        margin: 5px 5px 0px 5px;
        order: 1;
    }

    .title-description-info {
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
    }

    .examples-and-images {
        gap: 8px;
    }

    .wrong-example, .right-example {
        margin: 0px;
    }

    .example-description-content {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 18px;
    }

    .example-description-content-symbols {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .example-title {
        white-space: nowrap;
    }

    .pr0m0-area {
        grid-column: none;
        width: 100%;
        justify-content: center;
        padding: 5px 0;
    }

    .ban-slot1 {
        width: 970px;
        height: 91px;

        max-width: 100%;
        font-size: 11px;
    }

    .ban-slot3 {
        width: 970px;
        height: 91px;

        max-width: 100%;
        font-size: 11px;
    }

}