/*
  Use the following to include this css file
  <link rel="stylesheet" href="styles1.css" />
*/
p {
  color: blue;
}

h1 {
  color: red;
}

body {
  background-color: #72e090;
}

ul {
  color: white;
}

img {
  width: 49%;
  height: auto;
}