body {
  background-image: url(monet.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
  color: black;
  font-family: Verdana;
}

.Question-rerouters {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  height: 500px;
  width: auto;
}

.button:hover {
  transform: scale(1.1);
  filter: brightness(500%);
}

.button:before {
  content: url(glowingum.gif);
  display: block;
  opacity: 0.5;  
}

h1 {
  text-align: center;
  font-size: 200px;
  margin: 0px;
  font-family: "UnifrakturMaguntia", cursive;
}

html::-webkit-scrollbar {
  width: 29px;
  height: 1px;
}

html::-webkit-scrollbar-thumb {
  background-image: url(scrollbar.jpg);
  background-size: contain;
  border-radius: 6px;
  border: 3px solid #B6F0E6; 
}

html::-webkit-scrollbar-track {
  background-image: url(monet.jpg);
}