.scoresView{
    padding-top: 10px;
    width:100%;  
    height: 100%;  
    position: fixed;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    background-color: #FBF1BC;
    overflow: hidden;
    overflow: scroll;
} 





