body {
    background-color: #141414;
    width: 100vw;
    height: 100vh;
    margin: 0;
    color: #fff;
}

.center-piece {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.character {
    justify-content: center;
}

.title {
    font-family: AkiraExpanded;
    color: transparent;
    -webkit-text-stroke: 2px white;
    font-size: 3rem;
}

::selection, ::-moz-selection {
    background-color: lime;
    color: #222;
}