input #fileContainer {
  background-color: rgba(245, 245, 220, 0.521);
  border: 0.2rem solid rgb(155, 155, 155);
}

input #fileContainer:hover {
  border: 0.2rem solid white;
}