body {
  background-color: #121212;
  color: #75afa1;
}

a {
  color: #2e7e6b;
}

#navbar a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 10px;
  border-radius: 5px;
}

#navbar a:hover {
  background-color: #2e7e6b;
  color: #121212;
}

a.active {
  background-color: #75afa1;
  color: white;
  border-radius: 20px 20px 0px 0px !important;
}

.head {
  background-color: #121212;
}

button {
  background: linear-gradient(#75afa1, #2e7e6b 110%);
  color: white;
  border: 2px white solid;
  border-radius: 10px;
}
button input {
  color: #2e7e6b;
}

marquee {
  background: linear-gradient(#75afa1, #2e7e6b 110%);
  font-weight: 300;
  color: white;
  border: #121212 solid;
}

.left, .right {
  border-radius: 10px;
  background-color: #093739;
  color: white;
}

.gey:hover, .geytext {
  font-style: italic;
  background: linear-gradient(to right, pink, lightgreen, lightblue, lavender);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: floatnimation 5s ease-in-out infinite;
  background-size: 400% 100%;
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00c899, 0 0 40px #00c899, 0 0 50px #00c899;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #007094, 0 0 40px #007094, 0 0 50px #007094, 0 0 60px #007094;
  }
}

/*# sourceMappingURL=teal.css.map */
