@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html, body { min-height: 100%; width: 100%; }
body { background: #000000; color: #1d1d1d; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; overflow-x: hidden; line-height: 1.2; letter-spacing: 0.05em; word-spacing: 0.05em; overflow: hidden; min-width: 1048px; display: flex; height: 100vh; justify-content: center; align-content: center; align-items: center; }

.mainvisual { position: relative; text-align: center; }
.mainvisual h1 { font-size: 1em; line-height: 1; transform: rotate(-5deg); }
.mainvisual h1 span { font-size: 2.75em; font-weight: 800; letter-spacing: -0.075em; }
.mainvisual p { font-size: 1em; font-weight: 600; transform: rotate(2deg);}
.mainvisual p span { font-size: 2em; font-weight: 700; }

a, a:hover { color: #ffffff; text-decoration: none; font-size: 2.5em; font-weight: bold; text-align: center; }
a span { display: block; font-size: 1.75rem; font-weight: normal; line-height: 2rem; }