.incorrect {
  background: rgba(255, 204, 204, 0.2);
  max-width: 400px;
  width: 80%;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.2), 0 5px 5px 0 rgba(100, 0, 0, 0.24);
  
  display: flex;
  justify-content: center; /* Горизонтальное выравнивание по центру */
  align-items: center;
}

.result-red {
  background: rgba(255, 204, 204, 0.2);
  max-width: 400px;
  width: 80%;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.2), 0 5px 5px 0 rgba(100, 0, 0, 0.24);
  
  display: block;
  justify-content: center; /* Горизонтальное выравнивание по центру */
  align-items: center;
}


.result-green {
  background: rgba(204, 255, 229, 0.2);
  max-width: 400px;
  width: 80%;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 255, 0, 0.2), 0 5px 5px 0 rgba(0, 100, 0, 0.24);
  

}



.redform .jet-fb-form-block {
  background: rgba(255, 204, 204, 0.2);
  padding-top: 0px;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.2), 0 5px 5px 0 rgba(100, 0, 0, 0.24);
  
  display: flex;
  justify-content: center; /* Горизонтальное выравнивание по центру */
  align-items: center;
}