#History{
    position: absolute;
    font-family: Garamond, Georgia, serif;
    width: 25%;
}
#Text{
    text-align: center;
    font-family: Garamond, Georgia, serif;
    top: 10%;
    margin-left: 25%;
    margin-right: 25%;
}
#Character{
    position: absolute;
    right: 5%;
    top: 10%;
    text-align: center;
}
    .icon{
        width: 200px;
        height: 200px;
        margin: auto;
        border-style: dotted;
        border-width: 1px;
    }
    .stats{
        border-style: dotted;
        border-width: 1px;
        width: 200px;
        margin: auto;
    }
#Footer{
    position: fixed;
    bottom: 1%;
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
}
button{
    font-family: Garamond, Georgia, serif;
}