html, body {
    overscroll-behavior: none;
}

body { 
    font-family: 'Roboto'; 
    background-color: #efeff5;
}

.viewtitle-bg {
    background-color: #a1a1c4;
    color: white;
}

.scorestate-bg{
    background-color: #dfdfec;
    color: #4f4f7d; 
}

.badge-purple{
    background: #9a51fb;
    color: white;
}

/* Scores */
.pointcircle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: auto;
    background: #9a51fb;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Arial, sans-serif; 
}

/* Gameweeks */
.textcircle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 10px;
    color: white;
    background: #5c85d6;
    text-align: center;
}
.textcircle_green {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 10px;
    color: white;
    background: #00b386;
    text-align: center;
}
.textcircle_red {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 10px;
    color: white;
    background: #ff8080;
    text-align: center;
};
