body {
background: #1a1a1a;
color: #d9d9d9;
  font-family: 'Open Sans', sans-serif;
padding: 2%;
max-width: 1280px;
margin:auto;
}

.center {
  text-align: center;
  padding-top: 0%;
}

.roster{font-size: 14px;
line-height: 2px;}
.rosterspacing{word-spacing: 2}

h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
        margin: 0;
    padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
        margin-bottom: 4px;
    padding: 0;
}

h5 {
    margin: 0;
    padding-top: 0%;
}

p {
font-size: 16px;
font-weight: 300;
font-family: 'Poppins', sans-serif;
}
p.discord{line-height: 2px; margin-bottom: 2px;}



a {
  color: #edbc53;
}


li {
    text-align: left;
}

a.mainlinks {
    color: #e5c140;
}

small {
  font-size: smaller;
}

hr {
  border-top: 4px dashed #77777d;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.collapsible {
  font-family: 'Oswald', cursive;
  background-color: #444444;
  color: white;
  cursor: pointer;
  padding:8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  display: none;
  overflow: hidden;
 background: #1a1a1a;
 margin:8px;
}
