html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem;
}
body {
    max-width: 50rem;
}
* {
    font-family: "IBM Plex Mono", monospace !important;
    letter-spacing: -0.5px;
    box-sizing: border-box;
    line-height: 1.1;
}
a {
    color: white;
}
i {
    opacity: 0.5;
}