
body {
    font-family: 'Cinzel', serif;
    background-image: url('background.webp');
    background-size: cover;
    color: #000;
    padding: 20px;
    line-height: 1.6;
}

header {
    text-align: center;
    background-image: url('purple-background.jpg');
    background-size: cover;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

header h1 {
    font-size: 3rem;
    margin: 0;
}

.highlight-box {
    background-color: rgba(255, 255, 255, 0.45);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.video {
    margin-bottom: 20px;
    max-width: 850px;
}

.video iframe {
    width: 100%;
    height: 315px;
}

footer {
    text-align: center;
    padding: 10px;
    background-image: url('purple-background.jpg');
    background-size: cover;
    border-radius: 10px;
    margin-top: 20px;
    color: white;
}

a {
    color: #5d2123;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
