body {
  text-align: center;
  font-family: sans-serif;
  background: #f9f9f9;
}

#circle {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  left: 200px;
  cursor: pointer;
}

h1 {
  margin-top: 20px;
}
