body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background: #f8f8f8;
}

header {
    text-align: center;
    padding: 60px 20px;
    background: #111;
    color: white;
}

.tagline {
  font-size: 1.1rem;
  opacity: 0.9;
}

.sub-tagline {
  font-size: 0.9rem;
  opacity: 0.6;
}

section {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
}

h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

ul li {
    margin: 10px 0;
}

.project {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.project a {
    display: inline-block;
    margin-top: 10px;
    color: #0078ff;
}

footer {
    text-align: center;
    margin-top: 60px;
    padding: 20px;
    color: #666;
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.logo {
    width: 70px;
    height: auto;
    filter: drop-shadow(0 0 2px white);
}

.video-container {
  margin-bottom: 30px;
}