@media screen and (max-width:768px){:root{--background:var(--main-color);--foreground:#171717;--font-size-h1:10vw!important;--font-size-p:4vw!important;--main-color:#111a13;--main-color-low-opacity:rgba(17,26,19,.507);--main-header-color-light:#fff3eb;--main-h2-size:36px;--main-h3-size:24px}}:root{--background:var(--main-color);--foreground:#171717;--font-size-h1:7vw;--font-size-p:1.5vw;--main-color:#111a13;--main-color-low-opacity:rgba(17,26,19,.507);--main-header-color-light:#fff3eb;--main-h2-size:40px;--main-h3-size:24px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;overflow-y:auto}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:helvetica neue,helvetica,arial,sans-serif;font-size:16px}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}h1{font-size:var(--font-size-h1);font-weight:700;margin-bottom:16px}h2{font-size:var(--main-h2-size)}p{font-size:var(--font-size-p);line-height:1.5;margin-bottom:16px}.wrapper{margin-top:2vh!important;margin-top:1vh}.wrapper,label{display:flex;flex-direction:column}label{font-size:1.5rem;margin-bottom:.5rem}input,textarea{padding:.5rem;font-size:1rem;border-radius:5px;border:1px solid #ccc;margin-bottom:1rem}.submit{background-color:var(--main-color);color:var(--main-header-color-light);padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-size:1rem}