H1 {
  color: #20dd0f3a;
  font-size: 400%;
  font-family: Arial, Verdana, sans-serif;
  text-align: center;
  padding: 60px;
}

P {
  padding-left: 20px;
}

.yes {
    /*background-color: green;*/
    color: green;
    /*background: #750b0b; /* Цвет фона */ 
}

.no {
  color: rgb(128, 0, 0);
}

.yellow {
  color: orange;
}


        /* Стили для всплывающего окна */
.popup {
   display: none; /* Скрыто по умолчанию */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: white;
   padding: 20px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   z-index: 1000;
   text-align: center;
   border-radius: 10px;
   width: 300px;
}

.popup img {
    max-width: 100%;
    height: auto;
}

 .popup button {
    margin-top: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

 /* Затемнённый фон */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.a_list {
  width: 300px;
    height: 100%;
}


#sneg {
  position: absolute;
  left:1359px ;
  top:14px ;
  padding: 10px 20px; /* Внутренние отступы */
  font-size: 16px; /* Размер текста */
  color: #ffffff; /* Цвет текста */
  background-color: #007bff; /* Цвет фона */
  border: none; /* Убираем границу */
  border-radius: 5px; /* Закругляем углы */
  cursor: pointer; /* Курсор в виде указателя */
}