body {
  background: gold;
}
p {
  color: red;
}
h2 {
  color:aliceblue
}

img {
  width:400px;
  height: 300px;
  border-radius:70px;
  border-style:double
}

h3 {
  color:aliceblue;
}