.container {
    width: 90%;
    margin: 0 auto;
    align-content: center;    
}

.audio {
    display: grid;    
    justify-content: center;
    align-content: center;
}

.audio h3 {
    margin: 0 auto;
}

.message {
    width: 70%;
    margin: 2em auto;
    padding: 3em;
    background-color: #F1E9D2;
    border-radius: 2em;
}

.score {
    display: flex;
    justify-content: center;
    align-content: center;
}

p {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}

.right {
    text-align: right;
    font-family: "Imperial Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    line-height: 1em;
}