body {
  background-color: #181c27;
  overflow-x: hidden;
  cursor: default;
}

.navigation_box {
  background-color: #0d0f15;
  width: 5000px;
  height: 75px;
  position: relative;
  bottom: 15px;
  right: 125px;
}

.logo_left {
  font-family: 'Raleway', sans-serif;
  color: white;
  position: relative;
  bottom: 81px;
  left: 15px;
}

.back {
  position: relative;
  bottom: 135px;
  left: 1805px;
  font-size: 50px;
}

a {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  cursor: default;
  padding: 35px;
  text-decoration: none;
  width: 179px;
}

a:hover {
  color: #3e638d;
}

.titel {
  color: white;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  bottom: 530px;
  left: 232px;
}

.box {
  background-color: #13161e;
  width: 1550px;
  height: 500px;
  position: relative;
  bottom: 50px;
  border-radius: 15px;
}

hr {
  position: relative;
  bottom: 515px;
}

.categories {
  font-size: 15px;
  position: relative;
  bottom: 485px;
  left: 195px;
}

.Bug-warning {
  color: white;
  text-align: center;
  font-family:sans-serif;
  background-color: #ffda21;
  padding: 0.1px;
}




/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
