 /* Customize the embedded stream container */
 iframe {
   border: none; /* Remove iframe border */
   /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Add a subtle shadow for depth */
   /* border-radius: 10px; Rounded corners for a modern look */
   overflow: hidden; /* Hide horizontal overflow */
   background-color: #181820; /* em's page default */
   margin: 20px auto 0; /* Center the iframe horizontally */

 }

 /* Style the iframe title (optional) */
 iframe[title="Echo Mary Mike Stream"] {
   font-size: 18px; /* Adjust the title font size */
   font-weight: bold; /* Make the title bold */
   padding: 10px; /* Add some padding around the title */
 }

 /* Style the iframe content (optional) */
 iframe[title="Owncast"] body {
   margin: 0; /* Reset margin inside the iframe */
   /* padding: 10px; Add padding inside the iframe content */
 }

 iframe[title="Owncast"] Statusbar {
   margin: 0; /* Reset margin inside the iframe */
   /* padding: 10px; Add padding inside the iframe content */
 }