body
{

margin: 0;

min-height: 100vh;

background: linear-gradient(
to right,
#000000,
#303030
);

color: white;

}

@font-face {
    font-family: "peace_sans";
    src: url('../fonts/peace_sans.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

.peace_sans {
    font-family: "peace_sans", sans-serif !important;
}

.highlight-text {
    background-color: rgba(0, 174, 255, var(--highlight-alpha)) !important;
}
