@font-face {
    font-family: 'Amadeus';
    src: url('./../junk-drawer/OPTIAmadeus-solid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

  body {
    font-family: 'Amadeus', "Times New Roman";
    margin: auto 0;
    background-color: whitesmoke;
    background-image: url('./../img/bgs/fall-leaves.png');
    background-attachment: fixed;
    background-repeat: repeat;
    color: #92381b;
    font-size:24px;
  }

  h1 {
    margin: auto 0;
    text-align: center;
    font-family: "Amadeus", "Times New Roman", serif;
    font-size: 40px;
  }

  img {
    width: 100%;
    max-width: fit-content;
  }

  a {
    color: whitesmoke;
    background-color: #92381b;
    padding: 2px;
  }
  
  #container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    height: auto;
  }

  .blurb {
    max-width: 900px;
    margin: 0 auto;
    background-color: rgb(255 248 220 / 80%);
    color: #92381b;
    padding: 5px;
    text-align: center;
    }

    @media only screen and (max-width: 800px) {
      #flex {
          flex-wrap: wrap;
      }

      body {
        font-size:16px;
      }

      .blurb video {
max-width:350px;
height: auto;
      }


    }