body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;    

    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}


/* body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    overflow: hidden;
} */

canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}

#ui-panel {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 10;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

#cube-slider {
    width: 220px;
}

#overlay-text {
    position: fixed;
    top: 18px;
    left: 20px;
    display: inline-block;
    max-width: calc(100% - 40px);
    z-index: 15;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
    overflow-wrap: anywhere;
}

.brand-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
}
