body {
    background: yellow;
    color: rgb(45, 45, 45);
}

p {
    color: blue;
}

img {
    height: 250px;
}

h3 {
    color: blue;
}