.get-to-front {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 20;
    clear: both;
    left: 0;
    width: fit-content;
    margin: 0 auto;

    .get-to-front--link {
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        color: #FFFFFF;
        padding: 5px 25px;
        border-radius: 5px;
        background: var(--primary-color);
    
        &:hover {
            color: #FFFFFF;
        }
    }
}


