body {
    background-color:#36393e;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    text-align: center;
    font-weight: 900 !important;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
  padding-right: 10%;
  padding-left: 10%;
}

.nav {
  padding-top: 10px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #36393e;
  color: #ffffff;
  top: 0px;
  opacity: 1;
  position: sticky;
}

.nav a {
  float: left;
  display: block;
  color: #AAAAAA;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}

.navbutton {
  border: 2px solid;
  border-radius: 20px;
  padding: 25px 45px;
  font-size: 16px;
  cursor: pointer;
  border-color: #509624;
  color: #509624;
  font-family: 'Montserrat', sans-serif;
}

.navbutton:hover {
  background-color: #509624;
  color: white;
}

.spacer {
  height: 50px;
}

.smolspacer {
  height: 30px;
}

.smollerspacer {
  height: 10px;
}

.invite {
  border-radius: 100px;
  background-color: #509624;
  border: none;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.invite span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.invite span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.invite:hover span {
  padding-right: 25px;
}

.invite:hover span:after {
  opacity: 1;
  right: 0;
}
