body content {
    font-family: "Comic Sans MS", cursive, sans-serif;
    color: pink;
    display: inline;
}

p {
    color: greenyellow;
}

img {
    max-width: 100%;
    height: auto;
}