﻿/* (c) Global Net */html{height:100%;margin:0;background:#000}body::before{content:"";display:inherit;width:inherit;height:inherit;position:inherit;top:0;left:0;background:radial-gradient(circle at 10% 10%,var(--w1) 0,transparent 3%),radial-gradient(circle at 10% 10%,var(--w2) 0,transparent 3%);background-size:64px 64px;background-color:var(--w3);transition:.777s ease}body{--w1:#33221177;--w2:#33669977;--w3:#3333}