/* CSS code */
body,h1,h2,h3,h4,h5,h6 {
    font-family: "Lato", sans-serif;
}
.w3-bar,h1,button {
    font-family: "Montserrat", sans-serif;
}
.fa-anchor,.fa-coffee {
    font-size: 200px;
}
.w3-blue-pharma,.w3-hover-blue-pharma:hover {
    color: #fff!important;
    background-color: #00367e!important;
}

.qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border: 1px solid #888;
    font-size: 14px;
}
.text-orange {
    color: #faa634;
}

.btn-pharma {
    color: #faa634;
    background-color: #00367e;
}
.btn-pharma:hover {
    color: #00367e;
    background-color: #faa634;
}
