body,html{
    background: rgb(254, 255, 195);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.player-options img,
.enemy-options img
{
    max-width: 120px;
    opacity: 0.3;
    cursor: pointer;
}

.player-options, .enemy-options{
    width: 30%;
    text-align: center;
}

.align{
    display: flex;
    justify-content: center;
}

body h2{
    text-align: center;
}

h1{
    text-align: center;
    background: white;
    box-sizing: border-box;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}