.circle {
  background: red;
  position: absolute;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
}

.background {
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
}

#background-image-1 {
  background: url("../img/folde/image00004.jpeg");
}
