body {
background-color: #f6f7d4;
}
h1, h3, hr {
color: #68b8ab;
}
hr {
width: 100px;
border-style: dotted none none;
border-color: gray;
border-width: 5px;
}
img {
background-color: black;
}
Although the external CSS code above is properly defined, it is not rendering correctly on my HTML page as shown in the image.