body,
html {
    font-family: Quicksand, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

/* .container-fluid {
    min-height: 100vh;
    background-color: beige;
} */

.avatar {
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.avatar-lg {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bottomBar {
    /* max-width: 440px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    left: 0px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    background-color: white;
    padding: 10px 0px;
    border-radius: 20px 20px 0px 0px;
}

.btnGoJuara {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    padding: 11px;
    background-color: #0141ad;
    color: #f3d632;
    border: 0px;
    border-radius: 12px;
}

.btnGoJuara:hover {
    color: #f3d632;
}

.card-rounded {
    border-radius: 15px;
}

@media (min-width: 441px) {
    .bottomBar {
        width: 502px;
        left: 50%;
        transform: translateX(-50%);
    }
}
