body {
    background-color: #000000;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    color: #F0F4FF;
    position: relative;
}

.bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.7);
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2000px;
}

.content-image {
    max-width: 900px;
    width: 100%;
    height: auto;
}

.title-gif {
    max-width: 850px;
    margin-top: 600px;
}

.site-footer {
    text-align: center;
    padding: 100px 30px;
    font-size: 14px;
    color: rgba(240, 244, 255, 0.7);
}

.content-section:last-child {
    margin-bottom: 200px;
}