:root{--primary-color: #000;--text-color: #fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--primary-color)}.hero{position:relative;height:100vh;width:100%;overflow:hidden}.hero-svg{position:absolute;top:0;left:0;width:100%;height:100%}.hero-content{position:relative;z-index:1;color:var(--text-color);text-align:center;padding-top:40vh}h1{font-size:4rem;font-weight:700;margin-bottom:1rem}p{font-size:1.5rem;margin-bottom:2rem}.coming-soon{display:inline-block;padding:.5rem 1.5rem;border:2px solid var(--text-color);border-radius:25px;font-size:1.2rem;text-transform:uppercase;letter-spacing:2px}
