html {
    overflow-y: scroll;
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

.imagem-circular-campeonato img {
    background: white;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}