#img {
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 28px;
  padding: 5px;
  font-weight: bold;
}

#Help a {
  text-decoration: underline;
  color: #0000EE;
}

.hide {
  display: none !important;
}

#Spy_Selectors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#Spy_Selectors a {
  font-family: Yantramanav, serif;
  text-align: center;
  border: 2px solid black;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  margin: 10px;
  border-radius: 10px;
}

#Spy_Selectors a:hover {
  background: grey;
}

#Fullpage {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: white;
}
