body{
    background-color: rgb(245, 245, 233);
    margin: 0 300px;
}

p{
    font-family: 'LiSu';
    color: black;
    font-size: 16px;
    display: inline;
    line-height:30px;
    font-weight: 50%;
}

h1{
font-size: 36px;
text-decoration: underline;    
text-align: center;
font-family: 'Lisu';
}

h2{
font-size: 24px;
text-align: center;
text-decoration: underline;
font-family: 'Lisu';
}

.Maathen-dialogue{
font-size: 18px;
color: rgb(61, 0, 0);
font-family: "Times New Roman";
font-weight: lighter;
}

.Dunne-dialogue{
    font-size: 18px;
    color: rgb(48, 68, 13);
    font-family:"Times New Roman";
    font-weight: lighter;
}


.story-link{
    font-size: 24px;
    text-decoration: none;
    color: maroon;
text-align: center;
}