/* @import url("/stylesheets/fonts.css");
@import url("/stylesheets/colors.css");
@import url("/stylesheets/style.css"); */

#texx{
    position:fixed;
    inset: 0;
    z-index:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    text-align:justify;
    word-break:break-all;

    margin: 0rem;
    font-size: 0.5rem;

    background:var(--texx);
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;
}