body {
  background-color: #181c27;
  overflow-x: hidden;
  cursor: default;
}

.box {
  background-color: #13161e;
  width: 675px;
  height: 125px;
  border-radius: 15px;
}

.box2 {
  background-color: #13161e;
  width: 1600px;
  height: 750px;
  border-radius: 15px;
  position: relative;
}

.infos {
  color: white;
  font-family: 'Raleway', sans-serif;
  position: relative;
  bottom: 745px;
}

.back {
  position: relative;
  bottom: 2308px;
  left: 1840px;
  font-size: 50px;
}

.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: 372.5px;
  left: 15px;
}

.titel {
  color: white;
  font-family: 'Raleway', sans-serif;
  position: relative;
  bottom: 130px;
  font-size: 30px;
}

.pictures {
  position: relative;
  bottom: 125px;
}

.download {
  position: relative;
  bottom: 650px;
  left: 875px;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  display: flex;
  text-decoration: none;
  border-style: solid;
  cursor: default;
  width: 179px;
}

.download:hover {
  color: #3e638d;
}

a {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  cursor: default;
  text-decoration: none;
  width: 179px;
}

a:hover {
  color: #3e638d;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
