/*--- BTN-CV  ---*/
a.btn-cv {
    width: 10rem;
    height: 2.5rem;
    font-size: 1em;
    font-family: 'Yeseva One', serif;
    border-radius: 15px;
    color: var(--blue-color);
    background: var(--green-color);
    margin: auto;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*** Stycky ***/
    bottom: 1rem;
    position: sticky;
    z-index: 9;
    /******/
    cursor: pointer;
}