body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #121212;
    color: #e0e0e0;
}

#cutemetrics-canvas {
    display: block;
    width: 100vw;
    height: 100vh;
}

.brand {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 2em;
    font-family: "Arial", sans-serif;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
