body {
  /* font-family: sans-serif; */
  margin: 20px;
  background-color:rgb(255, 244, 228);
}

#fileSpan {
  margin-left: 5px;
}

#submitBtn {
  margin-top: 10px;
}

.asd{
  background-color:blanchedalmond;
}

.asd:hover{
  background-color:rgb(173, 230, 182);
}

#postForm {
  position: relative;
  margin-top: 15px;
}

#fileList {
  display: block;
}

.custom-file-input:hover, .custom-file-label:hover, .custom-file:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #fileList {
    height: 100%;
  }
  #fileDiv {
    height: 80%;
  }
  #fileList {
    display: block;
  }
  #submitBtn {
    float: right;
  }
}
