:root {
    --bg: #0a0c10;
    --surface: #12151c;
    --border: #1e2530;
    --accent: #fffb25;
    --accent2: #ff8825;
    --accent3: #fffb25;
    --text: #c8d4e8;
    --text-dim: #c7c7c7;
    --pin-size: 24px;
}

body{
    margin: 0;
    font-family: "neue-haas-grotesk-display", sans-serif;
}
.content{
    color: #fff;
    position: fixed;
    top: 0;    
    width: 100%;
    height: 100vh;
}
#canvas{
    filter: contrast(1.2);
}
.wrapper{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 60px 80px;
    box-sizing: border-box;
}
.header{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
    box-sizing: border-box;
}
.header img{
    width: 240px;
}
h1{
    font-weight: 600;
    font-size: 96px;
    line-height: 96px;
    margin: 0;
}
p{
    font-weight: 500;
    max-width: 360px;
    margin: 0;
    letter-spacing: 0.4px;
    line-height: 24px;
}