html {transition: opacity 1s ease;background:#0e0500;margin: 0;font-family:'EB Garamond';}
body {opacity: 0;margin: 0;background: url("bg.png") no-repeat center top;background-size: cover;transition: opacity 1s ease;}
h1 {opacity:80%;line-height:1;margin:0;font-family:Oswald;font-size:25em;color:#fff;text-align:center;cursor: pointer;position: relative;display:block;z-index: 1;}
h2 {opacity:80%;margin:0;font-size:2.7em;color:#fff;text-align:center;}
h3 {opacity:80%;font-size:2em;color:#fff;text-align:center;}
p {font-size:1.5em;color:#fff;}
#content {width: 80%;box-sizing: border-box;margin: 0 auto;padding: 0px 30px; }
.signup-form {display: flex;justify-content: center;align-items: center;gap: 0.5rem;}
.signup-form input {padding: 0.5rem 1rem;font-size: 1rem;}
.signup-form button {padding: 0.5rem 1rem;font-size: 1rem;cursor: pointer;}
canvas#canvas {position: absolute;top: 0;left: 0;width: 100%;height: 100%;Z-index: 1;pointer-events: none;}