
body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
}

article { 
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn {
    color: #ffffff;
    border: none;
    outline: none;
    margin-top: 20px;
    padding: 15px 20px;
    background:#D35400;
    border-radius: 12px;
    border: solid #F5B041 2px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 40%;
}

h1 {
    color: white;
    background-color:#A2D9CE;
    border-radius: 5px;
    border:solid #A2D9CE 2px;
    padding: 6px;
    width: 60%;
    text-align: center;
    
}

#scores {
    text-align: justify;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}



.score-info {
    margin: 5px 0;
    bottom: 10px;
}