a{
    color: #679d25;
}
a:hover{
    color: rgb(128, 128, 128)!important;
    text-decoration: none;
}

#btn-scroll-up {
    display: none;
    position: fixed;
    bottom: 6.3rem;
    right: 2rem;
    background-color: #679d25;
    z-index: 99;
    color: #fff;
}

.btn-outline-success-header:hover {
    color: #679d25;
    border-color: transparent;
    background-color: transparent;
}

.bgpic {
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2em;
    border-radius: 2rem;
    /* height: -webkit-fill-available; */
    height: 38vh;
    margin-bottom: 52px;
}

.button a {
    color: #fff;
    background-color: #679d25;
    border-color: #679d25;
    border-radius: 2rem;
    padding: 0.6rem 1.1rem;
}