body { font-family: Arial, sans-serif; }
.filters { margin: 20px; }
.filters button {
    margin: 5px;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    background: #0073e6;
    color: white;
    cursor: pointer;
}
.video_header {color: #324b97; text-align: center;}
.filters button:hover { background: #005bb5; }
.video { display: inline-block; margin: 10px; width: 240px; vertical-align: top; }
.video img { width: 100%; border-radius: 8px; }
.video .ytp { font-size: 14px; color: black;}