@import url('https://fonts.googleapis.com/css2?family=Trocchi&display=swap');



.content {
    margin: 0 auto;
    width: 400px;
    width: auto;
    display: inline-block;    
}

img {
    max-width: 20%; 
    height: auto;    
}​

table, td, th {
    border: 1px solid #aaa;
}



.scores {
    width: 26% !important;
    margin-left: 10px;
    border: double rgb(108, 213, 255);
    display: inline-block;
}


.finalscores {
    border: double rgb(21, 138, 5);
    width: 250px;
    display: block;
}

.winner {
    text-align: center;
}

footer{
	text-align: center;
	font-size: 80%;
}

mark{
    background-color: #DDFFD6 !important;
}










