body{
  font-family: 'Lato', sans-serif;
  text-align: center;
}

#circles div{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
  background-color: rgb(151, 29, 29);
  display: inline-block;
}
