.nobull {
  list-style-type: none;
}
.text-center.nobull {
    
  margin: 0 auto;
  width: 500px;
  min-width: 100px;
  color: aliceblue;
  background-color: #7BB0A6;
  font-size: large;
  border-radius: 10px;
  box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
  0 0  0 2px rgb(255,255,255),
  0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.points{
  font-size: 20px;
}