@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap";*{font-family:Poppins,sans-serif;box-sizing:border-box}body{background-color:#000}canvas{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1}.hero{color:#fff;text-align:center;min-height:100vh}.hero>h2{color:#fff;font-size:2rem;margin:0;padding-top:8rem;font-weight:400}.hero>h1{color:#fff;margin:0;font-size:4rem;font-weight:400;margin-top:-.5rem}.hero>p{font-size:1rem;font-weight:300;margin-top:0rem}.hero>button{margin-top:1rem;font-size:1rem;padding:1rem 2rem;background-color:#861657;background:linear-gradient(326deg,#861657 0%,#ffa69e 74%);border:none;border-radius:50px;font-weight:500;text-transform:uppercase;cursor:pointer;transition:all ease-in-out .25s;width:fit-content}.hero>button:hover{background-position:160px;transition:all ease-in-out .25s}
