body {
  font-family: 'Poppins';
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  text-align: center;
}

#ad {
  margin-top: 30px;
}

body {
  background-color: #34CDE3;
}

#english {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#text-container {
  margin-bottom: 1rem;
  color: white;
}

#question-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); 
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: black;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); 
}

#underrubrik {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05); 
}

  button {
    padding: 20px 40px;
    background-color: rgba(0, 0, 255, 0.76);
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: large;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  #reload-icon {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
  }
  .center-image {
    align-items: center;
    margin-top: 80px;
}
  
  @media only screen and (max-width: 600px) {
    #underrubrik {
      margin-left: 50px;
      margin-right: 50px;
      font-size: 20px;
      margin-top: 10px;
     }
     h1 {
       font-size: 2rem;
       margin-bottom: 0px;
     }
     .center-image img {
      max-width: 100%; 
      height: auto;
    }

  }
  
  