body {
    background: lightyellow;
    font: 18px Arial, sans-serif;
}
h1 {
    color: orange;
    border: 5px solid powderblue;
}
.circle {
  height: 100px;
  width: 100px;
  background-color: #111;
  border-radius: 40%;
}
