html, body{
    margin:0;
    font-family:sans-serif;
    color: #F0E8DD;
    line-height: 1.5em;
    background-color: #1C2023;
}

h1{
    font-family: "IM Fell English SC", serif;
    font-weight: bold;
    font-size: 3.5em;
    padding:10px;
    color: #BB141B;
    line-height: 2em;
}

h2, h3{
    font-family: "yuji suyuku", serif;
    font-weight: bold;
    color: #BB141B;
    line-height: 1.2em;
}

h2{
    font-size: 2em;
    padding-bottom: 10px;
}

h3{
    font-size: 1.5em;
    padding-bottom: 10px ;
    padding-top: 10px;
}

ul{
    list-style-type: none;
    line-height: 6em;
}

hr{
    border:1px solid #BB141B;
}

a:link{
    text-decoration: none;
    color:#F0E8DD;
}

a:visited{
    text-decoration: none;
    color:#F0E8DD;
}

a:hover{
    text-decoration: none;
    color: #BB141B;
}

