{ you can borrow my code but dont copy the entire paste plz }

.text-container {
  width: 400px;
  height: 291px !important;
  margin: auto;
  background-color: white;
  color: black;
  padding: 0px !important;
  border: solid 15px;
  border-image: url("https://file.garden/ZrtYPXomCho7LAbt/Untitled5606_20250805041310.png") 60 fill round;
   box-shadow: 0 0 10px 6px white;
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF, 0 0;
}

body {
  font-size: 12px;
  background-image: url(https://file.garden/ZrtYPXomCho7LAbt/Untitled5607_20250805041708.png);
}

main {
   max-width: 400px;
   margin: auto;
}

#line1 {
    display: block;
    position: relative;
    top: -195px;
    left: 220px;
    width: 200px;
} 

 ::-webkit-scrollbar {
    width: 0; /* remove scrollbar space */
    background: transparent; /* to make scrollbar invisible */
}
    
::-webkit-scrollbar-thumb {
    background: transparent;
}