:root {
  color: #eae7dc;
  font-family: Serif;
  background-color: #0e0f0a;
                              }
  @font-face {
          font-family: 'basteleur';
          src: url('https://jesterautophagy.neocities.org/fonts/Basteleur-Moonlight.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
        }
        h1, h2, h3, h4, h5, h6 {
          font-family: 'basteleur', serif;
          
          margin-bottom: 1rem;
        }
        body {
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0;
          background-image: url("ALL PICKTURES/texture.png");
          background-repeat: repeat;
        }