 canvas[resize] {width: 100%;display: inline;background-color:white;}
    #loading {font-family: "Lucida Console", "Courier New", monospace;text-align: center;position: absolute;top: 25%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%)}
    body {margin: 0px !important;background-color:white !important;height:100%;}
    
    .blink {animation: blinker 2s infinite;}
    @keyframes blinker {from { opacity: 1.0; }
        50% { opacity: 0.2; }
        to { opacity: 1.0; }}

        .blink2 {animation: blinker 5s ;}
    @keyframes blinker {from { opacity: 0.0; }
        50% { opacity: 0.0; }
        to { opacity: 1.0; }}

        .blink3 {animation: blinker 10s ;}
    @keyframes blinker {from { opacity: 0.0; }
        50% { opacity: 0.0; }
        to { opacity: 1.0; }}