
html {
  scroll-behavior: smooth;
}

#score_circle {
    display: inline-block;
    color: #FFF;
    background-color: #329ffb;
    width: 9rem;
    height: 9rem;
    padding: 2rem;
    font-size: 3rem;
    text-align: center;
    border-radius: 5rem;
}

.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
.step.active {
	opacity: 1;
}
.step.finish {
	background-color: #04AA6D;
}

.bg-success p {
    color: white!important;
}


