@font-face {
    font-family: "Courier Prime";
    src: url("../fonts/CourierPrime-Regular.ttf");
}
@font-face {
    font-family: "Courier Prime";
    font-style: italic;
    src: url("../fonts/CourierPrime-Italic.ttf");
}

html {
		background: transparent;
		color: rgba(0, 0, 0, 0.9);
        font-size: medium;
        font-family: 'Courier Prime';
}
p:has(b:first-of-type) {
    text-align: center;
}
@media(max-width: 739px) {
    html {
        font-size: small;
    }
}