/* About Page Styles */
.about {
    max-width: 900px;
    margin: 100px auto;
    padding: 40px;
    background: #1e1e2e;
    color: #f5f5f5;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    text-align: center;
}

.about h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffcc00;
}

.about p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about strong {
    color: #4ade80; 
}

.social-links {
  margin-top: 10px;
}

.social-links a {
  color: #fff; /* kulay ng icon */
  font-size: 32px; /* laki ng icon, adjust mo */
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #5865F2; /* discord blue sa hover */
}

.social-links a:nth-child(2):hover {
  color: #000000; /* tiktok black hover */
}

footer {
  text-align: center;
  padding: 20px;
  background: #111;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
