.dark-mode h2{
color: #fff;
}
.dark-mode .list{
  color: #c5c5c5;
}
.info_form{
  width: 100%;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 200px;
  left: 33px;
  font-family: ABeeZee;
  font-style: italic;
  font-size: 28px;
  opacity: 1;
  text-align: left;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

.list {
  margin: 5px;
  padding: 5px;
  text-align: center;
  color: rgb(32, 31, 31);
  font-family: ABeeZee;
  font-weight: bold;
  flex-direction: column;

}
.list li{
  padding: 1px;
  margin: 10px;
}

@media (max-width: 768px) {
  .case{
    height: 50px;
    font-size: 2.4em;
  }
  .form {
    color: white;
    margin: 5px;
    display: inline;
    }
  }