body {
  background-color: rgb(236, 230, 230);
}

header img {
  width: 10% !important;
}

#file-upload {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#file-drag {
  margin: 0;
  padding: 15px;
  border: 2px dashed #ccc;
  text-align: center;
  cursor: pointer;
  color: #333;
}

#file-drag.hover {
  border-color: #333;
  color: #333;
}

#file-image {
  max-width: 100%;
  margin-top: 10px;
}
