 body {
      margin: 0;
      background: #242933;
      color: #eceff4;
      text-align: center;
      font-family: Arial, sans-serif;
    }

    h1 {
      margin: 20px 0;
      font-size: 3rem;
    }
    
    a{

    color: #eceff4;; /* Sets all links to red */

    }
    /* \u2605 Responsive video */
    video {
      width: 80%;
      height: auto;
      max-width: 80%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      background: #000;
    }

    .live-indicator {
      color: #bf616a;
      font-weight: bold;
      margin-top: 5px;
      font-size: 1.2rem;
    }
    .frame {
    background: #3b4252;
    width: 90%;
    max-width: 90%;
    margin: auto;
    }
    .info {
    font-weight: bold;
    margin-top: 5px;
    font-size: 1.2rem;
    }
    .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3b4252;
    width: 90%;
    max-width: 90%;
    margin: auto;
    font-weight: bold;
    font-size: large;
  }

.nav {
    font-weight: bold;    
    gap: 1em;
    background-color: #3b4252;
    font-family: "eurocaps", sans-serif;
    font-size: x-large;
    align-items: center;
    justify-content; center;
    border-bottom: 2px solid #d08770;
}

