
#begamoHeader {
    background: #e7ded2;
    color: var(--van-dyke-brown);
    height: 10vh;
    width: 100%;
    display: flex;
    position: sticky;
    z-index: 999;
    top: 0;
}

#begamoLogoHeader{
    background: rgba(231, 222, 210, 1);
    margin: 1rem;
    height: calc(10vh - 2rem);
    width: 100%;
    position: sticky;
    z-index: 999;
    top: 0;
}

#begamohint {
    position: absolute;
    right: 6vmin;
    bottom: 1vmin;
    color: #605549;
    font-size: 0.8em;
}

#powered-by-holder {
    position: fixed;
    right: 6vmin;
    top: 2.2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.4vw;
}

#powered-by-logo-holder {
    height: 4vh;
}
#powered-by-logo-holder img {
    height: inherit;
}
