body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #a3e59e, #6fc76b);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1200px;
}

.content {
    color: #0a3d0f;
    text-align: left;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2rem;
    margin: 0;
}

p {
    font-size: 1.2rem;
}

.video {
    position: relative;
}

iframe {
    width: 600px;
    height: 400px;
}

.fullscreen-instruction {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 1rem;
    color: #0a3d0f;
}
