div {
    border:2px inset black;
    padding:20px 20px;
    width:500px;
}
img {
    width:750px;
    height:500px;
    border:2px inset black;
}
body {
    background-color:tan;
}
h1 {
    text-decoration:underline;
}