@font-face {
    font-family: DROIDSANS;
    src: url('../fonts/DROIDSANS.TTF');
}

html,
body {
    height: 100%;
    font-family: DROIDSANS !important;
}

.boxBorderTop {
    font-size: 25px;
    line-height: 30px;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5, #carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5 a {
    font-weight: bold;
    color: white;
    font-size: 25px;
    display: block;
}

.lastResultScore > span {
    display: inline-block;
    padding: 14px;
    color: #424343;
    font-weight: bold;
    font-size: 24px;
}