body {
  background-color: lightblue;
}

h1 {
    font-family: sans-serif;
}

h2 {
font-family: sans-serif;
}

img {
  float: left;
  width: 250px;
  margin: 10px;
  border-color: saddlebrown;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}

}
h1 {
   color:Blue;
   font-size:30px;
}
p {
    color:red;
    font-size: 34px;
}
h2 {
    color:green;
    font-size: 40px;
}