body {
  background-color: #181c27;
  overflow-x: hidden;
  cursor: default;
}

.box {
  background-color: #13161e;
  width: 1550px;
  height: 1500px;
  border-radius: 15px;
}
.box2 {
  background-color: #13161e;
  width: 1550px;
  height: 15500px;
  position: relative;
  bottom: 1350px;
  border-radius: 15px;
}

.kathegorie-simulator {
  position: relative;
  bottom: 16950px;
  font-family: 'Raleway', sans-serif;
  color: white;
  left: 350px;
}

#of-the-month {
  position: relative;
  bottom: 18190px;
  font-family: 'Raleway', sans-serif;
  color: white;
  left: 350px;
}
#simulatoren {
  position: relative;
  bottom: 16950px;
  font-family: 'Raleway', sans-serif;
  color: white;
  left: 350px;
}
#adventure{
  position: relative;
  bottom: 220px;
  font-family: 'Raleway', sans-serif;
  color: white;
}
#racing-kathegorie{
  position: relative;
  bottom: 80px;
  font-family: 'Raleway', sans-serif;
  color: white;
}

.racing-games{
  position: relative;
  bottom: 75px;
  font-family: 'Raleway', sans-serif;
  color: white;
}

.open-world-games {
  position: relative;
  bottom: 210px;
  left: 0px;
}


.simulator-game {
  position: relative;
  bottom: 16935px;
  left: 350px;
}

.discord-join {
  position: relative
  top: 2500px;
  left: 500px;
}

.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: 1583px;
  left: 15px;
}

.raft-game {
  position: relative;
  bottom: 1500px;
  left: 350px;
}

.gtav-game {
  position: relative;
  bottom: 1906px;
  left: 1000px;
}

.category {
  position: relative;
  bottom: 1642.5px;
  left: 1750px;
  font-size: 45px;
}

a{
  color: white;
  text-decoration: none;
}

.lupe {
  position: relative;
  bottom: 1712.5px;
  left: 1810px;
}

.lupe:hover{
  cursor: not-allowed;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
