@font-face {
    font-family: mercy;
    src: url(data/fnt/MERCY.ttf);
}

@font-face {
    font-family: operatorPlus-Regular;
    src: url(data/fnt/8bitOperatorPlus-Regular.woff);
}

body {
    background-color: black;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

img, map {
    max-width: 100%;
    max-height: 100%;
}

.item {
    position: absolute;
}

.battle-button p {
    font: 16px operatorPlus-Regular;
    color: white;
    margin: 3px;
}

.battle-button h1 {
    border: 3px solid #ff7f27;
    font: 42px mercy;
    color: #ff7f27;
    margin: 5px;
    max-width: fit-content;
    user-select: none;
}

.battle-button h1 img {
    max-width: 42px;
    margin: 0px 3px 0px 3px;
    vertical-align: middle;
}

.battle-button h1:hover {
    border-color: #ffff00;
    color: #ffff00;
}

.left {
    position: fixed;
    bottom: 0;
    left: 0;
}

.right {
    position: fixed;
    bottom: 0;
    right: 0;
}

.right p {
    text-align: right;
}