body {
    background-color: rgb(23, 22, 22);
    font-size: 90%;
    margin: 0;

    display: flex;
    flex-direction: column;   
    justify-content: center;  
    align-items: center;     
    height: 100vh;
}
a {
    color: #d4d4d4;
    text-decoration: none;
}
a:hover {
    font-size: 101.5%;
}
a:active {
    font-size: 100%;
}
#belowText {
    font-family: space-mono, monospace;
    margin-top: 15px;
    color: #d4d4d4;
    font-size: 1rem;
    text-align: center;
}

#leftText {
    text-align: right;
    color: #d4d4d4;
    line-height: 85%;
    margin: 0;
}

#rightText {
    text-align: left;
    color: #d4d4d4;
    line-height: 85%;
    margin: 0;
}

.north-east,
.north-west,
.south-east,
.south-west {
    flex-direction: row;
    align-items: flex-start;
    height: 90px;
    overflow: hidden;
}

.north-east {
    display: flex;
}

.north-west, .south-east, .south-west {
    display: none;
}

#roseLeft {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: monospace;
    font-size: 0.76rem;
    line-height: 1.4;
    color: #8b7355;
    pointer-events: none;
    overflow: hidden;
    white-space: pre;
    display: flex;
    align-items: stretch;
    z-index: 0;
}