#formFile {
  display: flex;
  margin-top: 5px;
}

#formFile img {
  width: 100px;
  height: 75px;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  opacity: 85%;
}
