body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;

  background-color: #e0f2ff;
  color: #333;
}


.main-title {
    font-family: 'Bungee Inline', Arial, sans-serif;
    font-size: 80px;
    color: #FF66CC; 
    text-align: center;
}

.intro-text {
    display: block;          
    max-width: 800px;        
    text-align: center;      
    font-size: 1.25rem;      
    line-height: 1.6;        
    margin: 60px auto 40px; 
    color: #02033b
}

.subheader {
    font-size: 1.75rem; 
    font-weight: bold;
    display: block;    
    margin-top: 1rem;   
    margin-bottom: 0.5rem; 
}

.question {
    font-weight: bold;
    display: block; 
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem; 
}

.question-icon {
    width: 100px; 
    height: 100px; 
    vertical-align: middle; 
    margin-bottom: 0.5rem;
    background-color: transparent; 
}
ul.socials {
  list-style: none; 
  display: flex; 
  justify-content: center; 
  padding: 0;
  margin: 0 auto; 
  gap: 10px; 
}
li.social {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent; 
}

.social-icon {
  width: 100%; 
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: scale(1.2);
}

.video-row {
  display: flex;
  justify-content: center; 
  gap: 10px;  
  flex-wrap: wrap;
}

.small-video {
  width: 200px;
  height: auto;
  pointer-events: none;
}

.brand {
    display: none;
}