.boxes {
  padding: 13px 24px;
  width: 210px;
  font-size: 17px;
  background: white;
  margin: auto;
  color: #353535;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-top: 19px;
  border-radius: 3px;
  transition: 0.3s;
}
.boxes:hover {
  background: transparent;
  border: 1.5px solid white;
  color: white;
}
.boxes p {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}
#dropfile {
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  color: white;
  font-weight: 400;
}

#upload_img {
  margin-top: 14px;
  height: 67px;
  width: 98px;
}
#error {
  color: yellow;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 330px) {
  .boxes {
    width: 80%;
  }
}
