body {
  font-family: basic-sans, sans-serif;
/*  min-height: 95vh; */
  justify-content: center;
  align-items: center;
  font-size: 1em;
  line-height: 1.5;
  background-color: #2f3136;
  color: #333;
  padding: 1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "online";
  grid-gap: 1em;
}

.header {
  grid-area: header;
  align-items: center;
}

.link {
  grid-area: link;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.4rem;
  color: #656565;
  line-height: .8;
  text-align: center;
}

.nvlogo {
  grid-area: nvlogo;
  align-items: center;
  text-align: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.discord {
  grid-area: discord;
  align-items: center;
  text-align: center;
}

.paypal {
  grid-area: paypal;
  align-items: center;
  text-align: center;
}

.patreon {
  grid-area: patreon;
  align-items: center;
  text-align: center;
}

.rules {
  grid-area: rules;
  align-items: center;
}

.regler {
  grid-area: regler;
  align-items: center;
}

.online {
  grid-area: online;
/*  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 535px));
  grid-gap: 1em;
  justify-content: center;*/
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  text-align: center;
  align-self: start;
  font-weight: 600;
  font-size: 1rem;
  color: #dcddde;
  line-height: 1.5;
}

.servers {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  text-align: center;
  align-self: start;
  font-weight: 600;
  font-size: 1rem;
  color: #454545;
  line-height: 1;
}

.servername {
  font-size: 2rem;
}

@media only screen and (max-width: 500px) {
  .online {
    grid-template-columns: repeat(auto-fit, minmax(100px, 400px));
    font-size: 0.8rem;
  }
  .server {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 400px) {
  .online {
    grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
    font-size: 0.7rem;
  }
  .server {
    font-size: 0.7rem;
  }
}

div.server > div:nth-of-type(odd) {
  background: #2f3136;
}

div.server > div:nth-of-type(even) {
  background: #36393f;
}

div.online > div:nth-of-type(odd) {
  background: #2f3136;
}

div.online > div:nth-of-type(even) {
  background: #36393f;
}

.player {
  display: grid;
/*  grid-template-columns: repeat(auto-fit, minmax(10px, 400px));*/
  grid-template-columns: 1fr 2fr 2fr;
  grid-gap: 0.4em;
  text-align: left;
}

#playeronline {
  color: #fff;
}

#playertitle {
  color: #fff;
}

.images {
  grid-area: side;
  text-align: center;
  font-size: 0;
}

.servers {
  grid-area: servers;
  text-align: center;
  font-size: 1em;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.servers-title {
  grid-area: servers;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer {
  grid-area: footer;
  text-align: center;
  margin: 0;
  font-size: 0.8;
  line-height: 0.5;
}

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

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

a:hover {
  text-decoration: underline;
}

.title {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 2.5rem;
  color: #656565;
  line-height: .8;
  text-align: center;
}

.subtitle {
  margin: 0 0 .5em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #656565;
  line-height: .8;
}

.rules {
  font-weight: 600;
  font-size: 1rem;
  color: #454545;
  line-height: 1;
}
