body {
    background-color: #ffb300;
}

.wrapper {
    width: 100%;
    display: grid;
    }

    .box {
        border-radius: .4em;
        padding: 2em;
        height: 300px;
        background: transparent url("../img/monster@2x.png") no-repeat center/287px;
      }
