body {
    /*font-family: FiraGO, sans-serif;*/
    font-family: "BPG Ingiri Arial", sans-serif;
    /*font-family: "BPG Arial Web 2021", sans-serif;*/
    font-size: 0.8rem;
}
.allCaps {
    font-family: "BPG Arial Caps Web 2021", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    letter-spacing: 1px;
}
.fl-form.fl-style-1 input.fl-input, .fl-form.fl-style-1 select.fl-select, .fl-form.fl-style-1 textarea.fl-textarea {
    font-size: 0.8rem;
}

a {
    text-decoration: none;
}

.zoom {
    /*padding: 10px;*/
    /*background-color: green;*/
    transition: transform .5s;
    /*height: 100px;*/
    margin: 0 auto;
    cursor: pointer;
}

.zoom:hover {
    transform: scale(1.2);
}