.flash-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40%;
    z-index: 1000;
}

.character-frame {
    height: 250px;
}

.pokemon-sprite.is-dead {
    filter: grayscale(1);
}

.nes-container .title {
    color: black;
}
