html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
    text-decoration:none;
	padding: 0;
	border: 0;
    /*font: inherit;*/
	font-size: 100%;
	vertical-align: baseline;
}

h3{font-weight: normal;}

HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 120px;
    max-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*////////////////////*/


@font-face {
	font-family: "Compressa";
	src: url("https://www.axis-praxis.org/fonts/webfonts/CompressaPRO-GX.woff2");}

html {
	height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

background{
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;   
}

#become p{
    animation-name: become;
    animation-duration: 3s;
    animation-iteration-count: infinite;}

#become p {--weight: 100;
    font-size: 150px;
    text-align: center;
    max-width: 0vw;
  font-family: "Compressa";}

    @keyframes become {
    0%{font-family: "Compressa"; font-variation-settings: "wght" var(--weight), "wdth" 140, "ital" 0;
    margin-left:-150vw;}
    40%{font-family: "Compressa"; font-variation-settings: "wght" var(--weight), "wdth" 20, "ital" 1;
    margin-left:30vw;}
        60%{font-family: "Compressa"; font-variation-settings: "wght" var(--weight), "wdth" 20, "ital" 1;
    margin-left:30vw;}
        
    100%{font-family: "Compressa"; font-variation-settings: "wght" 1000, "wdth" var(--weight), "ital" 0;
    margin-left:100vw;}}



span.color1, span.color2, span.color3, span.color4 {
    color: rgb(255,255,255);
	transition: color 2s;
	transition-delay: 1s;
    cursor: url("images/click_cursor.png") 0 0, default;}
span.color1:hover{color: #ff6666;transition: color 0s;}
span.color2:hover{color: #ff39c5;transition: color 0s;}
span.color3:hover{color: #ff944d;transition: color 0s;}
span.color4:hover{color: #ffcc66;transition: color 0s;}




