.nextChapter
{
    display: none;
}

#battle-container
{
    display: flex;
    justify-content: center;
}

#battle-container canvas{
    border-style: double;
    border-width: thick;
    border-radius: 9px;
    padding: 8px;
    border-color: #F7C331;
}