body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.clicked-button{
  cursor: pointer;
}