/***                                                  Project specific fonts */

/**     Jura */
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/**     Josefin Slab */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Jura:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*****************************************************************************/

/***                                                           Common styles */
body {
    background-color: rgba(180, 155, 44, 0.25);
    overflow-x: hidden;
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
}

.img-not-found {
    width: 100%;
    max-width: 896px;
    border-radius: 25%;
}
h3 {
    font-size: 30px;
}
.text-not-found {
    max-width: 896px;
    font-size: 20px;
}
.btn-not-found {
    border: 3px solid #1e1e1e !important;
    color: #1e1e1e !important;
    border-radius: 50px;
    padding: 18px 50px;
    font-size: 25px;
    font-weight: bold;
}
.d-flex {
    border-color: #1e1e1e !important;
}
