.monsters_item {
    display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 5px; border-bottom: 1px solid black;
    & h2, p {margin: 0;}
    & h2 {font-size: 117%;}
    & img {width: 40px; height: 40px; margin-right: 10px; padding-bottom: 2px;}
    & .name_gold {width: 125px;}
        & .gold {width: 40px; color: yellow; text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;}
    & .stats {display: flex;}
        & .HP {width: 39px;}
        & .attack {width: 59px;}
        & .range {width: 58px;}
        & .defense {width: 69px;}
    & .skills {width: 100%; margin-bottom: 2px;
        & img {width: 25px; height: 25px;}
        & .skill {display: flex; align-items: center; margin-top: 2px;}
    }

}