.workbench-<uniquifier> {
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
}

* {
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}

html, body {
  height: 100vh;
  width: 100vw;
  max-width: 100vw; /* confine to viewport width for responsive use */
  overflow-x: hidden; /* prevent horizontal scrolling when elements reach full width */
  overflow-y: auto;
}

body {
  background-color: black;
  box-sizing: border-box;
  max-width: 100vw;
}

h1 {
color: rgb(0, 0, 0);
font-family: 'Workbench', sans-serif;
font-size: clamp(1rem, 3rem, 4rem);
position: fixed; clamp(1.5rem, 3rem, 5rem);
position: fixed;
background-color: rgb(217, 255, 0);
padding: 10px;
}

h2 {
color: white;
font-size: 1.5em;
font-family: 'Verdana', sans-serif;
}

h3 {
color: white;   
font-size: 1.2em;
font-family: 'Georgia', serif;
font-weight: normal;
}

p {
color: white;
font-size: 1.2em;
font-family: 'Verdana', sans-serif;
}

p-2 {
color: white;
position: fixed;
font-family: 'Workbench', sans-serif;
font-size: 1em;
text-align: justify;
text-justify: inter-word;
bottom: 5%;
}

a {
color: rgb(230, 0, 153);  
}

a:hover {
color: rgb(217, 255, 0);
}

#herb_1, #herb_2, #herb_3, #herb_4, #herb_5, #herb_6, #herb_7, #herb_9, #herb_10, #herb_11, #herb_12, #herb_13, #herb_14, #herb_15, #herb_16 { 
height: 100vh;
max-width:99.5%;
background-color: #fbffd3;
right: 5px;
}

.dvd {
  position: absolute;
  top: 20%;
  left: 0px;
  background-position: center;
  mix-blend-mode: multiply;
}
