body {
    background-color: #1874d2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

img-whale {
    background-color: purple;
    padding: 25px;
}

span{
    text-align: center;
    color: white;
}