@font-face {
  font-family: 'KingthingsKelltika';
  src: url("fonts/KingthingsKelltika.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    background-image: url("images/dirtmanuscript.png");
    background-repeat: repeat;
    background-size: 200px;
    background-color: #391f21; /* fallback */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.centered-image{
    display: block;
    margin: 0 auto;
    width: 350px;
    height: auto;
    max-width: 100%;
    
}

h1{
    font-family: 'Uncial Antiqua', cursive;
    font-size: 1.9rem;
}
h1::first-letter {
    font-size: 8rem;
    font-weight: normal;
    float: left;
    font-family: "KingthingsKelltika", serif;
    text-shadow: 2px 2px 2px #aa9870;
    position: relative;
    line-height: .8;
    color:darkred;
}
.textblock{
    max-width: 750px;
    min-width: 750px;
    display: flex;
    flex-direction: column;
    
}
.center-panel{
    background-image: url("images/parchment.png");
    background-color: #ddd3a7;
    padding: 2rem;
    max-width: 750px;
    min-width: 750px;
    height: 100vh;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}