.shape-circle {
  width: 25%;
  border-radius: 50%;
}

.content-center {
  margin: 5%;
  text-align: center;
}

.list-style-none {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin-left: 46%;
}

.list-style-none > li a {
  color: black;
  text-decoration: none;;
}


.inline-block {
  display: inline-block;
}
