body {
  background-color: ghostwhite;
  font-family: 'Roboto Condensed', sans-serif;
}

#titlecont {
 text-align: center; 
}
#lanya {
  text-align: center
}

#title {
  text-align: center;
  border: solid 5px red;
  border-radius: 50px;
}

.disc {
  text-align: center;
}

.right {
  float: right;
}

.righttitle {
  text-align: right;
}

h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5em;
  color: #333;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #00008b;
}

#tabs {
  text-align: center;
  margin: 20px 0;
  border-bottom: 2px solid #ccc;
}

.tab-link {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #555;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5em;
  margin: 0 5px;
  border: 1px solid transparent;
  border-bottom: none;
}

.tab-link:hover {
  color: #000;
}

.tab-link.active {
  color: red;
  border-color: #ccc;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  border-bottom: 2px solid red;
  margin-bottom: -2px;
}

.tab-content {
  clear: both;
  padding-top: 20px;
}

#videos-content {
  display: block;
}

#posts-content {
  display: none;
  text-align: center;
}

.postimg {
  height: 300px;
} 

#scrolls-content {
  max-width: 400px; 
  margin: 0 auto; 
  text-align: center;
  padding: 20px 0;
  
  height: 90vh;
  overflow-y: scroll;
}

#scroll-container {
  width: 100%;
  aspect-ratio: 9 / 16; 
  max-height: 80vh; 
  margin: 0 auto 20px auto; 
  overflow: hidden;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.scroll-video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  background-color: black;
}
 
