html {
  background-color: #12212A;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  overflow: scroll;
  overflow-x: hidden;
  line-height: 1.8;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

body {
  margin: 0;
}

a {
  color: #ccc;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

#logo,
#logo>h1 {
  display: inline;
}

#logo>h1 {
  color: #ac4729;
}

#nav>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 10px;
}

#nav>ul>li {
  display: inline;
}

#nav>ul>li>a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding-left: 25px;
}

#nav>ul>li>a:hover {
  color: #ac4729;
}

.discord {
  color: #4057A7;
}

.author {
  color: #FF2A00;
}

.a21 {
  color: #ac4729;
}

#banner {
  text-align: center;
}

#banner>p>a {
  text-decoration: none;
}

.dom {
  color: #ac4729;
}

.sub {
  color: #fff !important;
}

.top {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

.nav-container {
  background-color: #023450;
  border: 1px solid #0076b3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  border-radius: 8px;
  margin: 10px auto;
  width: fit-content;
}

.navbar {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  background-color: #12212A;
  color: #ccc;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navitem {
  padding: 16px;
  float: left;
  width: auto;
  border: none;
  outline: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.navitem:hover {
  transition: .5s;
  color: #ff1801;
}

.discord-btn:hover {
  background: #7289DA;
  color: #fff;
}

.logo:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

a.navitem.icon {
  display: none;
}

@media screen and (max-width: 1240px) {
  #nav>div:nth-child(2) {
    margin-right: 25px !important;
  }

  .navbar div a {
    display: none;
  }

  .navbar a.navitem.icon {
    font-size: 16px;
    float: right;
    display: block;
  }

  .navbar.responsive {
    position: relative;
  }

  .navbar.responsive div a {
    float: none;
    display: block;
    text-align: right;
  }

  .navbar.responsive a {
    display: none;
  }

  .navbar.responsive div a.navitem.icon {
    text-align: center;
  }

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 580px) {
  .a21-col-2 {
    width: 90% !important;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 375px) {
  html {
    width: 895px;
  }

  .top {
    width: 100%;
  }
}