h2 {
    background-color: orange;
    display: inline-block;
    margin-bottom: 10px;
}

p {
    background-color: orange;
    display:inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jerome {
    width: 40vw;
    height: 40vh;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width:100%;
    height:auto;
    max-height:100%;
}