

.modal-content {
  background-color:#FFFFFF1F;
  color: #e8dede;
}
.des {
  color: #decdcd;
}
textarea {
  width: 80%;
  height: 100px;
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  color: black;
}

#status {
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .section {
    height: 1000px;
  }
}

textarea {
  color: black;
  border: none;
}

.background{
  background-color: black;
}

