
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Poppins');

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    padding: 10px 15px;
    font-size: 25px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    display: none;
    transition: opacity 0.3s ease;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
