body {
  background-color: black;
  overflow: scroll;
}

#lines {
  width: 90%;
  margin: auto;
}

.full_site {
  width: 100%;
}

#logo_script {
  margin: auto;
}

.ini_pant {
  width: 80%;
  height: 100vh;
  /*background-color: red;*/
  margin: auto;
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

#selector {
  width: 100%;
  height: 100vh;
}

#home_link {
  position: fixed;
  z-index: 2;
  left: 50px;
  top: 50px;
}

#next_link {
  position: fixed;
  z-index: 2;
  left: 50px;
  bottom: 50px;
}

#up-icon, #down-icon {
  width: 25px;
  height: auto;
  color: var(--bs-gray-600);
}

