#Video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  .center {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    top: 30%;
    position: fixed;
    text-align: center;
    margin-left: 40%;
    margin-right: 40%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    color: #f1f1f1e3;
    border: 10px solid #ffe100
    }
    h1.a
    {font-family: 'Cormorant Upright';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    }
    h1.b {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    }
    p {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    }