/* Button */
.scoreButton{        
padding: 12px; /* Some padding */
font-size: 14px;
border: 1px solid #ccc; /* Gray border */
border-radius: 25px; /* Rounded borders */
margin: 10px;
}

.btnscore{
color: white;
background-color: red;
font-weight: 700;
}

img{
max-width: 100%;
/* margin: 10px; */
}


button:hover{
opacity: .5;
}

ol{
max-width: 235px;
counter-reset: my-awesome-counter;
list-style: none;
text-align: left;
}

ol li{
padding: 2px;
margin: 0 0 0.5rem 0;
counter-increment: my-awesome-counter;
position: relative;
}

ol li::before {
content: counter(my-awesome-counter);
color: black;
font-weight: bold;
position: absolute;
--size: 28px;
left: calc(-1 * var(--size) - 30px);
line-height: var(--size);
width: var(--size);
height: var(--size);
top: 0;
background: #e5e5e5;
border-radius: 10%;
text-align: center;
box-shadow: 1px 1px 0 #999;
}

#error{
color: rgb(255,121,111);
}

img{
max-width: 100%;
height: auto;
}

#message {
text-align: center;
}

.centralize{
justify-content: center;
padding-top: 3%;
}

.title {
font-weight: 900;
}

.txtweight{
font-weight: 500;
}

.mobilize{
@media (max-width: 688px){
padding-top: 25%;
}   
}

.frame{
	padding-bottom: 3%;
}