*                                           { margin:0px;padding:0px;box-sizing:border-box;outline:none;user-select:none;}

@font-face {
    font-family:"Super Mario";
    src: url("../fonts/SuperMarioGalaxy.woff2") format("woff2"),
        url("../fonts/SuperMarioGalaxy.woff") format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body                                        { min-height:100vh;background-color:black;font-size:18px;color:#fff;font-family:"Merriweather",arial; }
h1                                          { text-align:center;line-height:80%;font-size:100px;font-weight:400;font-family:"Super Mario","arial";text-shadow:0px 15px 0px rgba(0,0,0,1);-webkit-text-stroke:6px #000;-webkit-text-fill-color:red;margin-bottom:50px; }
h1 span:nth-child(1),
h1 span:nth-child(8)                        { -webkit-text-fill-color:#049CD8; }
h1 span:nth-child(2),
h1 span:nth-child(5)                        { -webkit-text-fill-color:#FBD000; }
h1 span:nth-child(3),
h1 span:nth-child(6),
h1 span:nth-child(9)                        { -webkit-text-fill-color:#E52521; }
h1 span:nth-child(4),
h1 span:nth-child(7)                        { -webkit-text-fill-color:#43B047; }
p                                           { margin-bottom:30px;text-shadow:0px 0.5px 0.5px rgba(0,0,0,1); }
p:first-child                               { font-weight:700; }
p:last-child                                { margin-bottom:0px; }




#babyloncanvas                              { width:100%;height:100%;position:fixed;left:0px;top:0px;background-color:transparent; }
aside                                       { position:fixed;z-index:2;background-color:#fff;width:150px;padding:15px;right:0px;top:50px;color:#000;font-size:14px;font-family:arial; }
section                                     { display:flex;justify-content:center;align-items:center;min-height:100vh; }
section article                             { width:500px;margin-right:650px;text-align:center; }
section article i                           { font-size:150px;margin-bottom:50px;text-shadow:0px 0.5px 0.5px rgba(0,0,0,1); }

section#intro                               { background-color:#049CD8; }
section#pill                                { background-color:#FBD000; }
section#pill article i,                     
section#pill p                              { color:#000; }
section#thumb                               { background-color:#43B047; }
section#thumb article                       { margin-right:0px;margin-left:700px; }