@font-face {
  font-family: "bela";
  src: url("bela.woff2") format("woff2");
}

body {
  color: #bff6aa;
  background-color: black;
  font-family: sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.scrollbox {
  overflow: auto;
  scrollbar-width: none;
}

.scrollbox::-webkit-scrollbar {
  display: none;
}
    
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 1000px;
  border-top: 1px solid #bff6aa;
  }

h1 {
  font-size: 90px;
  font-family: "bela", sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin-left: 100px;
  position: relative;
  z-index: 2;
  }

h2 {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin-left: 100px;
  margin-bottom: -32px;
  margin-top: 15px;
  text-align: left;
  }

h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "bela", sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-top: -2px;
  margin-bottom: 20px;
  }

h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
  word-spacing: 2px;
  letter-spacing: 1px;
  margin-top: 50px;
  }  

h4 b {
  text-decoration: underline;
  }

h5 {
  font-size: 20px;
  margin-bottom: 1px;
  margin-top: 1px;
  line-height: 25px;
  font-family: "bela", sans-serif;
  text-transform: uppercase;
  text-align: left;
  }

.page {
  width: 1338px;
  margin-bottom: 50px;
  margin: 0 auto;
}

.header {
  width: 1340px;
  height: 550px;
  z-index: 1;
  position: relative;
  margin-top: 50px;
  background-image: url("https://saethyti.neocities.org/header2.png");
  }
  
.top_head {
  padding: 20px 100px 20px 100px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
  
.logo_head {
  width: 120px;
  height: auto;
  }
    
.logo_head img{
  width: 100%;
  height: 100%;
  object-fit: fill;
  }
  
.menu_head {
  margin-top: 20px;
  }
  
.menu_head_classes {
  display: flex;
  gap: 30px;
  }
  
.language_head {
  margin-top: 20px;
  }

.signup_head {
  padding: 15px;
  padding-bottom: 11px;
  text-align: center;
  background-color: #bff6aa;
  color: black;
  text-transform: uppercase;
  width: 230px;
  right: 15px;
  bottom: 15px;
  margin-right: 90px;
  margin-bottom: 20px;
  position: absolute;
  font-size: 14px;
  letter-spacing: 1px;
  }

.intro {
  width: 1200px;
  height: auto;
  background-color: #121210;
  margin-left: 70px;
  box-sizing: border-box;
  padding: 30px;
  background-image: url("https://saethyti.neocities.org/BG5.png");
  background-repeat: no-repeat;
  background-position: top center;
  }
  
.intro_txt {
  width: 1140px;
  height: 200px;
  text-align: justify;
  column-count: 3;
  column-gap: 20px;
  }
  
.archive {
  width: 1140px;
}

.category {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color:rgba(0,0,0,0.3)
}

.category summary {
  font-size: 20px;
  font-family: "bela", sans-serif;
  background-color: black;
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.category-content {
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: justify;
}

.species-box {
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  border: 1px solid #bff6aa;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  gap: 10px;
}

.species-box-text {
  flex: 1;
}

.species-box-text-1 {
  height: 400px;
  padding: 20px;
  box-sizing: border-box;
  padding-left: 0px;
  padding-bottom: 0px;
  }

.species-box-text-2 {
  height: 400px;
  overflow: scroll;
  }
  
.species-image-area {
  text-align: center;
}

.alien-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.alien-image {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.image-caption {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
  
.empty-message {
  flex: 1;
  padding: 35px;
  box-sizing: border-box;
  border: 1px solid #bff6aa;
  background-color:rgba(0,0,0,0.3)
}