html, body {
    background-color: #262626;
    overflow-y: hidden;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

  .drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  
  .drop-area p {
    margin: 0;
  }
  
  #file-input {
    display: none;
  }

  #dragDropContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
  }
  
#text3 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: light;
  font-size: 20px;
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1.5px black;
}

a.button1 {
  text-transform: uppercase;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  font-size: 1.5rem;
  font-family: "Geist Sans", sans-serif;
  font-weight: 80;
  padding: 1rem 4rem;
  border-radius: 6px;
  border: 0;
  mix-blend-mode: difference;
  transition: filter 0.2s;
  background: white;
  color: black;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  -webkit-text-stroke: 1px black;
}

a.button2 {
  text-transform: uppercase;
  position: absolute;
  top: 75%;
  left: 50%;
  translate: -50% 0;
  font-size: 1rem;
  font-family: "Geist Sans", sans-serif;
  font-weight: 60;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  border: 0;
  mix-blend-mode: difference;
  transition: filter 0.2s;
  background: white;
  color: black;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  -webkit-text-stroke: 1px black;
}

a.button3 {
  text-transform: uppercase;
  position: absolute;
  top: 75.1%;
  left: 50%;
  translate: -50% 0;
  font-size: 1rem;
  font-family: "Geist Sans", sans-serif;
  font-weight: 60;
  padding: 0.4rem 2rem;
  border-radius: 6px;
  border: 0;
  mix-blend-mode: difference;
  transition: filter 0.2s;
  background: white;
  color: black;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  -webkit-text-stroke: 1px black;
}

img {
  position: absolute;
  top: 25%;
  left: 50%;
  translate: -50%;
}