<style>
@charset "UTF-8";
@property --angle {
syntax: "<angle>";
inherits: false;
initial-value: 91deg;
}
body {
width: 100vw;
height: 100vh;
margin: 0;
padding: 0;
overflow: hidden;
background: linear-gradient(180deg, #07131c, #17609b);
}
body:before, body:after {
content: "CLICK & HOLD TO CREATE LIGHTNING";
font-family: Arial, Helvetica, serif;
font-size: 12px;
position: absolute;
width: 100%;
text-align: center;
bottom: 18px;
color: #fff4;
z-index: -1;
}
body:before {
content: "HOVER SCREEN TO CHANGE WIND SPEED";
top