html{
  background: #ffebe6;
}
h1 {
  margin: 0 auto;
 width: 1000px;
 color: #ff6666;
 text-align: center;
 font-size: 100px;
 font-family: 'DM Serif Display', serif;
 font-weight: 100;
 font-variant-ligatures: normal;
 letter-spacing: 1px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
p {
  margin: 0 auto;
  width: 1000px;
  padding: 0px;
  color: #ff8080;
  text-align: center;
  font-size: 30px;
font-family: 'Anton', sans-serif;
  font-weight: 100;
  font-variant-ligatures: normal;
  letter-spacing: 1px;
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: orange;
  position: fixed;
  top: 20px;
  left: 60px;
}
