h1 {
  font-family: cursive;
  text-align: center
}

div {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 8px;

}

#purple-1 {
  background: #240046;
}

#purple-2 {
  background: #3C096C;
}

#purple-3 {
  background: #5A189A;
}

#purple-4 {
  background: #7B2CBF;
}

#purple-5 {
  background: #9D4EDD;
}

#purple-6 {
  background: #C396E8;
}
