body{
    width: 200vh;
    height: 100vw;
    display: flex;
    flex-direction: row;
    margin: 20px;
    gap: 80px;
    background-color: whitesmoke;
    position: relative;
}
.block1 {
    width: 10vh;
    height: 100vw;
    background-color:aquamarine;
    border-radius: 10px;
    position: fixed;
    top: 20px;
    left: 10px;
}
.block11{
    width: 10vh;
    height: 100vw;
    background-color:aquamarine;
    border-radius: 10px;
    right: 20px;
    position: fixed;
}
.block2 {
    width: 40vh;
    height: 44vw;
    background-color: white;
    border-radius: 5px;
    border: 0.5px solid black;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 130px;
}
.obert2{
    width: 70vh;
    height: 42vw;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.block3 {
    width: 70vh;
    height: 30vw;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.blockkvadrat{
    width: 35vh;
    height: 10vw;
    background-color: aquamarine;


}
.kod{
    width: 70vh;
    height: 2vw;
    background-color: white;
    border-radius: 5px;
    border: 1.5px solid black;
    padding: 15px;
}

.block4 {
    width: 40vh;
    height: 70vw;
    display: flex;
    flex-direction: column;
    gap: 25px;
    
}
.block5 {
    width: 30vh;
    height: 15vw;
    background-color: white ;
    border-radius: 5px;
    border: 0.5px solid black;

}

.obert31{
    width: 30vh;
    height: 25vw;
    background-color: white;
    border-radius: 5px;
    border: 0.5px solid black; 
    display: flex;
    flex-direction: column;
    gap: 2vh;
    
    .row {
        gap: 2vh;
        display: flex;
        flex-direction: row;
    }
}
.block6 {
    width: 29vh;
    height: 5vw;
    background-color:white;
}

.block7 {
    width: 14vh;
    height: 5vw;
    background-color:#999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block8 {
    width: 14vh;
    height: 5vw;
    background-color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block9 {
    width: 14vh;
    height: 5vw;
    background-color:#999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block10 {
    width: 14vh;
    height: 5vw;
    background-color:#999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oneBlock{
    width: 40vh;
    height: 15vw;
    background-color: white;
    display:contents;
    flex-direction: row;
}
.block21{
    width: 40vh;
    height: 15vw;
    background-color:white;
    gap: 50px;
}

#oneInput{
    accent-color: aquamarine ;
    width: 35vh;
    height: 2vw;
}

#twoInput{
    accent-color: aquamarine ;
    width: 35vh;
    height: 2vw;
}

#threeInput{
    width: 35vh;
    height: 2vw;
    accent-color: aquamarine ;
}
#fourInput{
    width: 35vh;
    height: 2vw;
    accent-color: aquamarine ;    
}
#fiveInput{
    width: 35vh;
    height: 2vw;
    accent-color: aquamarine ;  
}


.oneText{    
    font-family: "Arial", sans-serif; /* Название шрифта */
    font-size: 20px;                 /* Размер шрифта */
    font-weight: bold;               /* Жирность (optional) */
    font-style: italic;              /* Курсив (optional) */
    color: #333;     
    text-align: center;                /* Цвет текста (optional) */
}

.minText{    
    font-family: "Arial", sans-serif; 
    font-size: 15px;                 
    font-weight: normal;               
    font-style: italic;              
    color: #333;   
    text-align: center;       
}

.maxText{
    font-family: "Arial", sans-serif; 
    font-size: 17px;
    font-weight: normal;               
    font-style: italic;  
    color: #333;  
    text-align: center;   
}

