@font-face {
  font-family: baloo-2;
  src: url(../fonts/baloo-2.ttf);
}

.tekst {
  width: 40%;
}

#stomach-img {
  height: 90vh;
  position: absolute;
  left: 16%;
  }

  #brain {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
  }

  #heart {
    height: 100vh;
  }

  #stomach {
    height: 100vh;
  }

  #uterus {
    height: 100vh;
  }

  .valg-knapper {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: -18rem;
  }
  
  .valg-knap {
    background-color: rgba(237, 100, 100, 1);
    color: white;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 20px;
    font-size: 2rem;
    transition: transform 0.2s, background-color 0.2s;
  }
  
  .valg-knap:hover {
    background-color: #e63946;
    transform: scale(1.05);
  }

  /* Fælles for scroll-highlight spans */
.scroll-highlight {
    white-space: pre-line;
  }
  
  /* Kun 'Vejer<br>mere' - scroll-highlight UDEN .question */
  .scroll-highlight:not(.question) {
    font-size: 100px;
    color: #FF7A7A;
    font-weight: bold;
    line-height: 1; /* Reducer linjeafstanden generelt */
    text-shadow:
    -3px -3px 0 #ffffff,
    3px -3px 0 #ffffff,
   -3px  3px 0 #ffffff,
    3px  3px 0 #ffffff;
  }
  
  .scroll-highlight:not(.question) span {
    vertical-align: -0.2em; /* Juster den vertikale afstand */
  }
  
  
  /* Kun spørgsmålstegnet */
  .scroll-highlight.question {
    font-size: 200px;
    color: #9BD1EA;
    font-weight: bold;
    text-shadow:
      -3px -3px 0 #ffffff,
       3px -3px 0 #ffffff,
      -3px  3px 0 #ffffff,
       3px  3px 0 #ffffff;
       transform: rotate(20deg);
  }
  
 .question-box {
  position: absolute;
  right: 23%;
  top: 38%;
 }

 .slide2 {
    font-size: 6em;
    color: #FF7A7A;
    margin: 0;
    line-height: 1;
    text-shadow:
    -3px -3px 0 #ffffff,
     3px -3px 0 #ffffff,
    -3px  3px 0 #ffffff,
     3px  3px 0 #ffffff;
  }
  
  .slide2p {
    margin-top: 0.5em;
  }
  
  .slide3 {
    line-height: 1.6;
    margin: 1em 0;
  }

  .slide4 {
    line-height: 1.6;
    margin: 1em 0;
    width: 70%;
  }

  .container {
    position: relative;
    height: 300px;
    z-index: 1000;
    top: -300px;
    left: 70px;
  }
 
  .questionmark {
    transform: rotate(15deg); /* Tilføjet rotation */
    position: absolute;
    top: 65px;
    right: 30px;
    font-size: 200px;
    color: #9BD1EA;
    font-weight: bold;
    text-shadow:
    -3px -3px 0 #ffffff,
    3px -3px 0 #ffffff,
   -3px  3px 0 #ffffff,
    3px  3px 0 #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 1000;
    right: -220px;

  }

  .button-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: black;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease;
    z-index: 10000;
  }
  
  .button-link:hover {
    background-color: #ffffff;
  }

  nav {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  nav button {
    font-family: 'Baloo 2', cursive;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    color: #2e2e2e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
  }

  h6 {
    position: absolute;
    left: 45rem;
    z-index: 1000;
    top: 40rem;
    font-size: 2rem;
    color: #FF7A7A;
    text-shadow:
    -2px -2px 0 #ffffff,
    2px -2px 0 #ffffff,
   -2px  2px 0 #ffffff,
    2px  2px 0 #ffffff;
  }
  
  .cravingchoice {
    align-items: center;
  }