@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

body {
  margin: 0 auto;
  font-family: 'Quicksand', sans-serif;
  overflow: hidden;
  background-image: url('bkgrnd2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

.container {
  padding: 20px;
  font-family: 'Quicksand', sans-serif;
}

.box {
  margin: auto;
  background-color: transparent;
  padding: 10px;
  width: 400px;
}

#glist {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 400px;
  height: 1000px;
  padding: 0;
  text-align: center;
  border-radius: 12px;
  font-family: 'Quicksand', sans-serif;
}

#glist::-webkit-scrollbar {
  display: none;
}

#gsearchbar {
  outline: none;
  width: 374px;
  font-size: 16px;
  padding: 12px;
  margin-bottom: 10px;
  transition: 0.2s ease;
  cursor: text;
  font-family: 'Quicksand', sans-serif;
}

#glist h2 {
  display: block;
  color: #fff;
  font: 18px;
  border: 1px solid #000;
  margin: -1px 0 0 0;
  background-color: #000;
  padding: 12px;
  font-weight: bold;
  user-select: none;
}

#glist a {
  display: block;
  text-decoration: inherit;
  color: #fff;
  border: 1px solid #000;
  margin-top: -2px;
  padding: 12px;
  transition: 0.2s ease;
  font-family: 'Quicksand', sans-serif;
}

#glist a:hover {
  font-size: larger;
}

.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}

.iframe {
  display: block;
  background: #000;
  border: none;
  height: 100vh;
  width: 100vw;
}

input {
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 12px;
  padding: 6px;
  width: 245px;
}

::placeholder {
  color: #fff;
  font-weight: bold;
}

.center-screen {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 42%;
  margin-top: -100px;
  margin-left: -100px;
}

.header {
  padding: 5px;
  text-align: center;
  background: #fff;
  color: rgb(0, 0, 0);
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  border-radius: 10px;
  position: absolute;
  top: 18%;
  left: 39%;
  margin-top: -100px;
  margin-left: -100px;
}

a {
  text-decoration: none;
  color: #fff;
}

.header-link {
  color: #fff;
  font-size: 18px;
}

body {
  background: #111;
}