.videos{
    margin: auto;
    align-self: center;
    width: 100%;
    height: 325px;
  }



  header {
    width: 95vw;
    padding: 20px;
    background-color:  rgb(231, 199, 175);
    margin: auto;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 1000; 
    transition: transform 0.3s ease;
    border-radius: 10px;
    border: 10px solid #deaeae;
  }
  .header-content {
    display: flex;
    align-items: center;      
    justify-content: flex-start; 
  }
  .header-image {
    width: 80px;
    border-radius: 100px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .header-text {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width: 300px; 
    text-align: center; 
  }
  .header-text span {
    font-size: 1.2em;   
    font-weight: bold;
    margin: 0 10px; 
  }
  .header-text span a{
    text-decoration: none;
    color: #000000;
    padding: 10px;
  }
  .header-text span a:hover {
    background-color: #000000;
    color:  rgb(235, 208, 187);
    border-radius: 10px;
  }
  nav a {
    text-decoration: none;
    color: black;
    padding: 0.5em;
  }
  nav a.active {
    text-decoration: underline;
    font-weight: bold;
  }
  .contrastchange-button {
    background-color: rgb(235, 208, 187);
    color: rgb(0, 0, 0);
    font-size: 1em;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    border-color: #deaeae;
    cursor: pointer;
  }



.thumbnail {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  cursor: pointer;
}
  .img-mid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 80%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .img-gallery{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 50%;
    height: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }




  .average-letter-height {
    font-size: 1.3em;      
    color: #000000;      
    font-weight: normal;  
    font-style: normal;   
    font-family: Arial, sans-serif; 
    text-align: justify;
  }
  .maintext{
    font-size: 2.5em;
    color: #000000;    
    text-align: center;
  }
  .sidetext{
    font-size: 1.5em;
    color: #000000;    
    text-align: center;
  }
  .specialmeaning{
    font-size: 1.4em;
    font-weight: bold;
    font-style: italic;
  }


  .cont {
    width: 95%;
    margin: 0 auto;
    background-color: rgb(235, 208, 187);
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    border: 10px solid #deaeae;
  }



  textarea {
    width: 30%;
    min-height: 100px;
    max-height: 300px;
    resize:none;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .submit-button {
    background-color: #4CAF50;
    color: white;
    font-size: 1.2rem;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .reset-button {
    background-color: #f44336;
    color: white;
    font-size: 1.2rem;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  textarea, input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .gombok {
    display: flex;
    justify-content: center; 
    margin: auto;              
  }
  .era-radio{
    display: inline-block;
    margin-bottom: 8px;
  }
  .platform-checkbox{
    display: inline-block;
    margin-bottom: 12px;
  }



  .hrt {
    width: 96%;
    height: 15px;
    background-color: rgb(235, 208, 187);
    border: 5px solid #dba0a0;
    border-radius: 5px;
    margin: auto;
  }
  .hrbottom{
    width: 40vw;
    height: 20px;
    background-color: rgb(235, 208, 187);
    border: 5px solid #dba0a0;
    border-radius: 10px;
    display: block;
  }

  

  .row {
    margin: 3rem;
    margin-bottom: 2rem;
    align-items: center;
  }



  body {
  background-image: url('hatterkep.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }



.sr-only {
  display:none;
}

.mid-table{
  margin: auto;
  font-size: 1.4em;
  color: #000000;
  justify-content: center;
}
.mid-table td{
  border: 3px solid black;
  background-color: #ffc0a9;
}
.mid-table th{
  background-color: #ffdacd;
  border: 3px solid black;
}

.thumbnail {
  width: 100%;        
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  object-fit: cover;
  cursor: pointer;
}
.gallery 
{
  display: flex;
  gap: 10px;
}



  a:link {
    color: blue; 
  }
  a:visited {
    color: purple; 
  }
  @media (max-width: 991px)
  {
  .videos{
    padding-left: 20%;
    width: 80%;
  }
  }
  @media (max-width: 768px) {
    .videos{
    padding-left: 10%;
    height: 350px;
    width: 90%;
  }
  }
