  :target {
    scroll-margin-top: 50px; /* Смещение на 50px */
  }
  
input[type="file"]::before {
    content: "Auswählen";
    font-family: inherit;
    color: white;
}
