@font-face {
  font-family: 'Mrs Eaves';
  src: url("Mrs Eaves Small Caps.otf");
}
@font-face {
  font-family: 'Bookmania';
  src: url("bookmania-regular.ttf");
}

    body {
        margin: 0;
        padding: 0;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-family: 'Bookmania';
    }
    .container {
        background-image: url('Background.png');
        background-size: cover;
        background-position: center;
        padding: 10px;
        border: 3px solid black;
        color: black;
    }
    h1.item {
      font-size: 15pt;
      font-weight: normal;
      color: #58170D;
      margin:0;
      font-family: 'Mrs Eaves';
    }
    h2.item {
      font-style: italic;
      font-weight: normal;
      font-size: 12pt;
      margin-top:0;
      margin-bottom: 5pt;
    }
    text.item {
    }