#index {
    text-align: center;
    color: white;
    background-image: url('https://filer.imdrom.com/uploads/williamove_dark_cherry_tree_8ef.jpg'); 
    background-size: cover;                  
    background-repeat: no-repeat;            
    background-position: center;             
    background-attachment: fixed;            
    margin: 0;
    height: 100vh;
}
#database{
    text-align: center;
    color: white;
    background-image: url('https://filer.imdrom.com/uploads/williamove_store_mountan_ee8.jpg'); 
    background-size: cover;                  
    background-repeat: no-repeat;            
    background-position: center;             
    background-attachment: fixed;            
    margin: 0;
    height: 100vh;
}
#data {
    text-align: center;
    color: white;
    background-image: url('https://filer.imdrom.com/uploads/williamove_anime_mountains_images_free_download_on_freepik_1b1.png'); 
    background-size: cover;                  
    background-repeat: no-repeat;            
    background-position: center;             
    background-attachment: fixed;            
    margin: 0;
    height: 100vh;
}

.test {
  background-color: rgba(255, 255, 255, 0.4); /* 0.5 is 50% transparency */
  color: black;
  padding:10px;
  border-radius: 10px;
  text-align: center;
  width:fit-content;
  margin:auto;
}

.button {
    display: inline-block;
    padding: 5px 5px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 8px;
}

.button:hover {
    background-color: #555;
}


#animeQuest,
#spillQuest {
    display:none
}