body {
    margin: 0;
    background-color: #fdf6e3;
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#scene {
    overflow: hidden;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.relative {
    position: relative;
}

.inconsolata-logo {
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.content-box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 80%;
    background-color: rgba(238, 232, 213, 0.5);
    padding: 20px;
    text-align: center;
    z-index: 2; /* Above the sakura */
}

.content-box p {
    margin: 0;
    font-size: 1.2em;
    color: #333;

}
.content-box p.logo {
    font-size: 10em;
    line-height: 1;
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.content-box p.logo-text {
    font-size: 3em;
    line-height: 1;
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.content-box p.name {
    font-size: 1em;
    line-height: 1;
}
