.selectCheckbox {
    width: 80px;
    height: 20px;
  }
 
  /*.cube {
    width: 13px;
    height: 13px;
    margin: 2px;
    margin-left: 6px;
    /*display: inline-block;*/
    /*display: inline-table;*/
   /* display: inline-block;
    background-color: gray;
  }*/
  .cube {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 3px solid rgb(51, 42, 42);
    
  }
.selectCheckbox {
        width: 20px;
        height: 20px;
      }
      
      .styledTable {
        border-collapse: collapse;
        width: 100%;
      }
      
      .styledTable th,
      .styledTable td {
        border: 1px solid black;
        padding: 8px;
        text-align: center;
      }
      
      .styledTable th {
        background-color: #f2f2f2;
      }
  .center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
  }
  
  textarea {
    width: 1200px;
    height: 15px;
  }
  

.color-txt {
    color: #eeff00;
    text-decoration-style: solid;
    text-align: center;
}
.bgcolor{
   /* background-color: aqua;*/
   background-color: rgb(0, 0, 0); 
}
/*body {
    background-color: rgb(239, 233, 233);
}*/
.screen {
    background-color: rgb(53, 51, 51);
    text-align: center;
    height: fit-content;
    position: relative;
    left: 350px;
    width: 1800px;
    
}

.button {
    background-color: #c0d2b3; /* Цвет фона кнопки */
    border-radius: 10px;
    border: none;
    border-top: 2px solid #95ff00; 
    border-left: 2px solid #15ff00; 
    border-bottom: 2px solid #00ff5e;
    border-right: 2px solid #00ff33; 
    padding: 10px 20px; 
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1); /* Тень, создающая эффект рельефности */
    margin-top: 2px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 900px;
  }
  .centered-text {
    text-align: center; /* Center align the text */
    background-color: rgb(171, 168, 171);
    border: none;
    border-top: 2px solid #ff0000; 
    border-left: 2px solid #ff0000; 
    border-bottom: 2px solid #ff0000;
    border-right: 2px solid #ff0000; 
    padding: 10px 20px; 
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2450px;
  }

  



  .first-textes {
    text-align: center; /* Center align the text */
    background-color: rgb(223, 189, 15);
    border: none;
    border-top: 2px solid #a1a903; 
    border-left: 2px solid #819d04; 
    border-bottom: 2px solid #9e7f0f;
    border-right: 2px solid #8f8f0b; 
    padding: 10px 20px; 
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2450px;
  }

  .tableStile {
    text-align: center; /* Center align the text */
    background-color: rgb(229, 211, 161);
    border: none;
    border-top: 2px solid #a1a903; 
    border-left: 2px solid #819d04; 
    border-bottom: 2px solid #9e7f0f;
    border-right: 2px solid #8f8f0b; 
    padding: 10px 20px; 
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 5px;
    margin-right: 20x;
    margin-bottom: 5px;
    margin-left: 1000px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 415px;
  }

  .tableStile1 {
    text-align: center; /* Center align the text */
    background-color: rgb(159, 209, 136);
    border: none;
    border-top: 2px solid #a1a903; 
    border-left: 2px solid #819d04; 
    border-bottom: 2px solid #9e7f0f;
    border-right: 2px solid #8f8f0b; 
    padding: 10px 20px; 
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 5px;
    margin-right: 20x;
    margin-bottom: 5px;
    margin-left: 1000px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 415px;
  }



 .forrad {
    margin-right: 290px;
 }
 .container {
    position: relative; 
    width: 500px; 
    height: 500px;
  }
  
  .container img {
    position: absolute; /* абсолютное позиционирование */
  }
  
  .container img:first-child {
    z-index: 1; /* задайте значение z-index первой картинке, чтобы она находилась выше второй */
  }
   

  .container {
    position: relative;
    animation: move 3s linear infinite; /* обозначаем имя анимации, продолжительность и повторяемость */
  }

  @keyframes move {
    0% {
      left: 0; /* начальное положение картинки */
    }
    100% {
      left: 300px; /* конечное положение картинки */
    }
  }
  
  .table-stile {
    border-collapse: collapse;
    width: 100%;
}
select {
  width: 180px;
}
th, td {
  border: 1px solid black;
  padding: 8px;
}



.option1 {
  background-color: red;
}

.option2 {
  background-color: cyan;
}

.option3 {
  background-color: green;
}
.option4 {
  background-color: yellow;
}
.option5 {
  background-color: magenta;
}
.option6 {
  background-color: blue;
}
.option7 {
  background-color: whitesmoke;
}

.selectCheckbox {
    width: 20px;
    height: 20px;
  }
  .selectCheckbox1 {
    width: 20px;
    height: 20px;
  }
  
  .styledTable {
    border-collapse: collapse;
    width: 100%;
  }
  
  .styledTable th,
  .styledTable td {
    border: 1px solid rgb(216, 202, 202);
    padding: 8px;
    text-align: center;
  }
  
  .styledTable th {
    background-color: #e3cfcf;
  }