@tailwind base;
@tailwind components;
@tailwind utilities;

#upload_src {
  height: 200px;
  width: 100%;
  cursor: pointer;
}

body {
  font-family: 'Brygada 1918', sans-serif;
}


.parent-div {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.parent-div input[type=file] {
  left: 0;
  top: 0;
  position: absolute;
}
.btn-upload {
  border: 2px dashed #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  height: 200px;
}