/* Global utilities - include via <link rel="stylesheet" href="/resources/global.css"> */

/* Home button - copy this HTML where needed: <a href="/" class="home-btn"><img src="/resources/images/back_icon.png" alt="Home"></a> */
.home-btn {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 9999;
    line-height: 0;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.home-btn:hover {
    opacity: 1;
}

.info-btn {
    position: fixed;
    top: 8px;
    left: 38px;
    z-index: 9999;
    line-height: 0;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.info-btn:hover {
    opacity: 1;
}