.box {
    top: 5px;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: linear-gradient(to right top, #a9c7f4, #73d3f4, #55dbd9, #7bdda8, #b9d677);
}
.box1 {
    margin: 5vh 1px 0 5vw ;
    top: 5px;
    display: flex;
    flex-direction: column;
    height: 90vh;
    justify-content: center;
    width: 75vw;
    background-image: linear-gradient(to right top, #04f29f, #84ef9d, #b3eba6, #d1e8b8, #e3e7d2);
    border: solid 5px black;
    border-radius: 10px;
}
.box1_1 {
    margin: 0 1% 1% 1%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 18%;
    width: 98%;
}
.box1_1_1 {
    display: flex;
    flex-direction: row;
    height: 50%;
    width: 100%;
}
.box1_1_2 {
    justify-content: center;
    display: flex;
    flex-direction: row;
    height: 50%;
    width: 100%;
}
.box1_1_2_1 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 50%;
}
.box1_1_2_1_1 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 33%;
}
.box1_1_2_1_2 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 33%;
}
.box1_1_2_2 {
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    width: 50%;
}
.box1_1_2_2_1 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 33%;
}
.box1_1_2_2_2 {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 33%;
}
.box1_2 {
    margin: 1%;
    background-image: linear-gradient(to right top, #cbdad5, #cfded5, #d4e1d4, #dbe4d3, #e3e7d2);
    height: 78%;
    width: 98%;
    position: relative;
    border: solid 2px black;
}
.box2 {
    margin-top: 5vh;
    margin-left: 1px;
    height: 90vh;
    justify-content: center;
    width: 15vw;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to right top, #04f29f, #84ef9d, #b3eba6, #d1e8b8, #e3e7d2);
    border: solid 5px black;
    border-radius: 10px;
    min-width: 200px;
    min-height: 400px;
}
.box2_1 {
    margin: 5%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 18%;
    width: 90%;
}
.box2_2 {
    margin: 0% 5% 5% 5%;
    justify-content: center;
    display: flex;
    height: 78%;
    width: 90%;
    border: solid grey 2px ;
}
.kub {
    width: 3vw;
    height: 3vw;
    border-color: black;
    border-radius: 5px;
}
.pole {
    width:  calc(100% - 6vw);
    height:  calc(100% - 6vw);
    margin: 3vw;
    position: relative;
}
.kubik_1{
    background-color: green;
    left: 0%;
    top: 0%;
    position: absolute;
}
.kubik_2{
    background-color: red;
    left: 100%;
    top: 100%;
    position: absolute;
}
.kubik_3{
    background-color: blue;
    left: 50%;
    top: 50%;
    position: absolute;
}
.kubik_4{
    background-color: grey;
    left: 20%;
    top: 80%;
    position: absolute;
}
.kubik_5{
    background-color: orange;
    left: 70%;
    top: 30%;
    position: absolute;
}
.kubik_6{
    background-color: #000000;
    left: 70%;
    top: 30%;
    position: absolute;
}
.text{
     width: 335px;
     height: 56px;
     left: calc(50% - 335px/2);
     top: calc(50% - 56px/2 - 45px);
     font-family: Arial Black;
     font-style: normal;
     font-weight: 900;
     font-size: 20px;
     line-height: 28px;
     text-align: center;
     color: #000000;
 }
.text2{
    left: calc(50% - 75px/2);
    top: calc(50% - 17px/2);
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
   }
.text3{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}
.pali4 {
    border-radius: 50%;
    position: fixed;
    right: 0vw;
    top: 95vh;
    z-index: 999;
}
.pali4com {
    display: block;
}
#b1-p {
    display: none;
}
#k1 {
    display: none;
}
#k2 {
    display: none;
}
#k3 {
    display: none;
}
#k4 {
    display: none;
}
#k5 {
    display: none;
}
#k6 {
    display: none;
}
.box2_1_1 {
    color: #000000;
    background-color: #f4f5d4;
    margin: 5px;
    height: 15%;
    width: 97%;
}
.box2_1_1_name {
    color: #000000;
    width: 50%;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 2px;
    text-align: center;
}
.box2_1_2 {
    color: #000000;
    background-color: darkgray;
    max-width: 100%;
    height: 100%;
    width: 0%;
}
@media only screen and (max-width: 650px) {
    .pali4com {
        display: none;
    }
}
@media only screen and (max-height: 600px) {
    .pali4com {
        display: none;
    }
}
@media only screen and (max-width: 900px) {

    .box {
        flex-direction: column;
    }
    .box1 {
        margin: 0px;
        width: 100vw;
        height: 70vh;
        min-height: 40px;
    }
    .box2 {
        margin: 0px;
        width: 100vw;
        height: 30vh;
        min-height: 40px;
    }
    .box2_1 {
        display: none;
    }
    .box2_2 {
        margin: 0px;
        width: 100%;
        border: none;
    }
    .kub {
        width: 5vw;
        height: 5vw;
    }
    .box1_1_2_2_1 {
        width: 43%;
    }
    .box1_1_2_2_2 {
        width: 43%;
    }
}


