body {
    background-color: lightgreen;
    color: purple;
    padding: 20px;
}

h1 {
    font-family: cursive;
    font-size: 36px;
}

p {
    line-height: 1.5em;
}

img {
    height: 400px;
    width: 400px;
}