body {
    background-color: #111;
    color: white;
    font-family: monospace, 'Noto Mono', 'Noto Sans', sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

p {
    text-indent: 32px;
    text-wrap-mode: wrap;
    max-width: 675px !important;
}

a {
    color: aquamarine;
}

b {
    color: red;
}