body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background: #6a1b9a;
    color: white;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #e2caff;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.video-insta {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

blockquote.instagram-media {
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !important;
    max-width: 100% !important;
}

@media (max-width: 600px) {
    main {
        padding: 1rem;
        margin: 1rem;
    }
}
