/* font */
html * {
    font-family: "Roboto", sans-serif;
}

/* floating action button */
.gets-fab {
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 5; /* Make sure it does not overlap */
}
.shadow {
    text-shadow: 2px 2px #20202088;
}
.icon-background {
    background: transparent;
}
