html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
}

main {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0;
    max-width: 350px;
}

.video {
    position: fixed;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    z-index: 0;
    filter: blur(20px) brightness(1.5);
    pointer-events: none;
}

.text {
    color: white;
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 10px;
    filter: hue-rotate(180deg) brightness(1.5) contrast(1.5) blur(30px);
    transform: scaleX(0.7);
    text-shadow: 0 0 30px rgba(255, 0, 0, 0.5), 0 0 100px rgba(0, 255, 0, 1), 0 0 30px rgba(255, 255, 255, 0.8);
    text-align: justify;
}

.text h1 {
    font-size: 100px;
} 