#characterDialogueBox {
    background-color: white;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 4px black solid;
    display: none;
    padding: 12px;
    font-family: 'Press Start 2P', cursive;
    font-size: 32px;
}