body{
    background-color: #eaebe9;
    color: var(--black_ish);
    font-family: "Cutive Mono", monospace;
    font-weight: 20;
    font-style: normal;
}

.placeholder
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size:1.5vw
  }

.bottom_ribbon
{
    position: fixed;
    width: 50%;
    bottom: 10px;
}