html {
    background-color: aquamarine;
}

h1, h2, h3 {
    color: dodgerblue;
}

img {
    float: right;
}