body {
  background-color: #000000;
}

img {
  border-radius: 10px;
}

h1 {
  color: #909090;
  font-family: 'ROG Fonts', sans-serif;
}

.header-container {
  height: 60px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-anipax {
  display: block;
  margin: 20px 40px;
  margin-bottom: 10px;
}


.search-form {
  display: block;
  text-align: right;
  margin: 20px 40px;
}

.search-input::placeholder {
  margin-left: 40px;
  display: block;
  font-size: 30px;
  color: #909090;
}

.search-input {
  font-size: 20px;
  padding: 10px 20px;
  padding-left: 60px;
  background-color: #000000;
  border: 4px solid #909090;
  color: #909090;
  width: 240px;
}

.search-icon {
  position: absolute;
  margin-left: 20px;
  font-size: 30px;
  vertical-align: middle;
  color: #909090;
}

.gallery {
  background-color: #1b1b1b;
  display: flex;
  text-align: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.gallery-2 {
  background-color: #1b1b1b;
  display: flex;
  text-align: center;
  gap: 20px;
  justify-content: center;
  margin-top: 0px;
}

.clickable-img {
  text-align: center;
  width: 200px;
  height: 300px;
  border-radius: 20px;
  margin-top: 40px;
  transition: transform 5s;
}

.titleanimetext {

  font-size: 20px;
  color: #909090;
  font-family: 'ROG Fonts';
  text-align: center;

}

.pfp-img {
  width: 50px;
  height: 50px;
  margin-right: 0px;
}

.styled-video {
  width: 840px;
  height: 480px;
  border: 4px solid #909090;
  background-color: #000000;
  border-radius: 10px;
  font-family: 'ROG Fonts' ;

}

.video-bg {
  font-family: 'ROG Fonts' ;
  color: #909090;
  background-color: #1b1b1b;
  display: block;
  justify-content: center;
  margin-bottom: 0px;
  padding-bottom: 100%;
}

.scroll-box {
  font-family: 'ROG Fonts';
  font-size: 20px;
  color: #909090;
  width: 400px;
  height: 800px;
  overflow-y: auto;
  background-color: #000000;
  border: 4px solid #909090;
  position: absolute;
  left: 80px;
  top: 120px;
}

.infoimg {
  border: #909090 solid 4px;
  width: 200px;
  height: 300px;
  float: center;
  margin-top: 20px;
  margin-left: 90px;
  margin-bottom: 20px;
}

.textaboveimginf {
  position: absolute;
  font-size: 40px;
  font-family: 'ROG Fonts', sans-serif;
}





