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

#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:
        "width" 100;
}

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

.content-box p {
    margin: 0;
    font-size: 1em;
}

.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: 4em;
    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;
}


a:link {
  color: #268bd2;
  background-color: transparent;
}

a:visited {
  color: #268bd2;
  background-color: transparent;
}

a:hover {
  color: #2aa198;
  background-color: transparent;
}

.content-box h1 {
    color: #b58900;
}

.content-box h3 {
    color: #b58900;
}
