body {
    background-color: royalblue;
    color: rgb(150, 219, 251);
    text-align: center;
    font-size: 50px;
}
div {
    background-color: rgb(91, 127, 232);
    font-size: 20px;
}

img {
    width: 50%;
    float: center;
    object-fit: cover;
}