img {
    width: 600px;
}

p {
    font-size: 16px;
    color: dimgray
}

#p1 {
    font-size: 20px
}

h1 {
    font-size: 45px;
    color: darkred;
}

h2 {
    font-size: 30px;
    color: darkblue
}

body {
    background-color: beige;
    font-family: "Lucida Console"
}

a {
    color: steelblue;
}