@font-face {
            font-family: "PulpCoFont";
            src: url('../fonts/pulp-co-font-bold.woff2') format('woff2'),
                url('../fonts/pulp-co-font-regular.woff2') format('woff');
            font-weight: normal;
            font-style: normal;
}
#scene-container {
            width: 166px;
            height: 148px;
}
body, html {
            height: 100%;
            margin: 0;
            background-color: #ffffff;
            color: #e8e8f0;
}
body {
            font-family: "PulpCoFont", sans-serif;
            font-size: 1rem;
            font-weight: normal;
            display: flex;
            align-items: center;
            flex-direction: column;
}
.main {
            display: flex;
            min-height: 100vh;
            flex-direction: column;
}
.main-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex: 1;
}
.footer {
            display: flex;
            color: #a5a7b0;
            justify-content: center;  /* horizontal center */
            padding: 20px;
            font-size: 10px;
            font-weight: regular;
            font-family: "PulpCoFont", sans-serif;
            flex: none
}