h1 {
    text-align: right;
    border-bottom: #6C6C6C solid 1pt;
}

.new_since {
    color: beige;
    font-weight: 800;
    background-color: orangered;
}

.spectator {
    color: orangered;
  }

.todo {
    color: red;
    font-size: 16px;
    font-weight: bolder;
}

.version {
    color: black;
    background-color: grey;
    font-weight: 900;
    font-size: large;
    text-align: right;
}