/* Apply styles to the body */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f0f0f0;
}

/* Style the heading */
h1 {
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

/* Style the paragraphs */
p {
    margin: 10px 0;
    line-height: 1.5;
}

/* Style the images */
img {
    max-width: 40%;
    height: auto;
    margin: 10px 0;
    border: 1px solid #ccc;
}

/* Style the ordered list */
ol {
  background: #ff9999;
  padding: 20px;
}

/* Style the div (which contains an img*/
.using_div img{
	max-width: 30%;
    height: auto;
    margin: 40px 0;
    border: 10px solid #000;
}
