.api-bg {
    background: #319dd4;
}

.bg-light-blue {
    background: #319dd4;
}

.bg-light-blue-lt {
    background: #33a6e1;
}

.API-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.API-logo > img {
    height: 32px;
    -webkit-filter: drop-shadow(2px 2px 35px rgba(0,0,0,0.5));
    filter: drop-shadow(2px 2px 35px rgba(0,0,0,0.5));
}

.user-scores {
    z-index: 1000;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}