body {
    background-color: #1e1e2e;
    font-family: Inter, sans-serif;
}

.b {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10rem;
}

.b div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
}

.ft {
    background-color: #181825;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    left: 0;
    right: 0;
    position: fixed;
    text-align: center;
}

.ft * {
    margin-left: 2rem;
    margin-right: 2rem;
}

.ft {
    bottom: 0;
    height: 40px;
}

.t-q {
    font-style: italic;
    color: #bac2de;
}

h1, b {
    font-family: Monospaced, monospace;
    color: #f38ba8;
}

h1 {
    font-style: oblique;
    font-size: xxx-large;
}

b {
    font-size: large;
}

a {
    color: #a6adc8;
    text-decoration: underline dashed;
}

p {
    color: #cdd6f4;
}

.sc, .sc b {
    font-family: Monospaced, monospace;
    font-size: x-large;
    color: #f38ba8;
}

.sc a {
    font-family: Monospaced, monospace;
    font-size: x-large;
    text-decoration: none;
    color: #f38ba8;
}

.sc .t-q {
    color: #a6adc8;
    font-size: large;
}