


video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 55px;
}


.with-corners {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


.without-corners {
    width: 100%;
    height: auto;
}

.alt-text {
    text-align: center;
    font-style: italic;
    color: #666;
}

