body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1a1a1a;
    color: #e0e0e0;
    margin: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #242424;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.hero {
    text-align: center;
    margin-bottom: 40px;
}

.hero h1 {
    font-size: 4rem;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -2px;
}

.description {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 40px;
}

.video {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

footer {
    text-align: center;
    font-size: 1rem;
    color: #a0a0a0;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #00aaff;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #00aaff;
    border-bottom-color: #ffffff;
}

section h2 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -1px;
}
