body {
    background-color: #0b3c60;
}

nav a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

nav a:hover {
    color: #FF7426;
    text-decoration: none;
}
nav .active {
    color: #FF7426;
}

.text-abobora {
    color: #ff7426;
}

.card input, .card select, .card option {
    font-size: 13px;
}

.numero {
    /*font-family: 'Cabin Sketch', cursive;*/
    font-family: 'Fredericka the Great', cursive;
    font-size: 4.5rem;
    color: #ff7426;
}

.texto {
    font-family: 'Fredericka the Great', cursive;
    font-size: 1.6rem;
    color: #ff7426;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .numero {
        font-size: 3rem;
    }

    .texto {
        font-size: 1.2rem;
    }
}
