.assess_background {
    background-color: wheat;
}
body {
    background-color: navy;
}

.bubble {
    border: 10px solid black;
    border-radius: 20px;
    background-color: white;
    color: black;
}
.button-row {
    background-color: black ;
    border: 1px solid black ;
}
.gn-caption-style , .next-col {
    background-color: antiquewhite;
}
#lang , #lang1button , #lang2button {
   background-color: lightgray;
}
#level_up_img {
    border: 5px solid  black;
}
#text {
    font-size: .8em;
}
.theme-border {
    border: 2px solid black ;
    background-color: black ;

}
#title {
    background-color: white;
    border: 5px black solid;
    user-select: none;
}
#title_div {
    background-color: #E2D9D1;
    border-radius: 30px;
    border: 10px solid black;
    text-shadow: 2px 2px lightgrey;
}
/*
MATCHING TERMS STYLES
 */


#scoreboard {
    background-color: #E2D9D1;
    border: 8px solid #724323;
    border-radius: 15px;
}
/*
MOVING TARGETS STYLES
 */

.next {
    background-color: orange;
    color: white;
    border: 5px solid white;
}
.score-bubble {
    border: 10px solid orange;
    border-radius: 20px;
    background-color: white;
    color: black;

}
/*
RUNNER STYLES
 */
#collision-counter {
    background-color: wheat;
}

/*
CUSTOM STYLE
*/
* {
    font-family:  jazz-let;
    src: local(fonts\jazz-let);
}

.bkg-img {
    height: 100%;

}

body .container {
    padding: 0;
}


/* #element {
    border: 0px;
} */