* {
    margin: 0;
    padding: 0;
  font-family: 'Gilroy', sans-serif;

}
body {
    background-color: #000;
    /* position: relative; */
    width: 100%;
    /* scrollbar-width: none;         /* Firefox */
  /* -ms-overflow-style: none;  */ 
  background-size: contain;

}
html {
    clip-path: inset(0 0 0 0);
    overflow-x: hidden;
        container-type: inline-size;
    background-color: #000;
            /* overflow-x: clip; Neuer CSS-Wert, besser als hidden */


}







