.container { 
  margin-top: 50px; 
  max-width: 1000px;
  min-height: 94vh;
}

.circle {
  width: 24px; 
  height: 24px; 
  border: 1px solid white; 
  font-weight: bold;
  margin-right: 5px;
}

a {
  color: lightblue!important;
  text-decoration: none;
}
a:hover {
  color: lime!important;
  text-decoration: none;
}

hr{
  border: 1px dotted gray;
  margin: 0.75rem;
}