html{--pink:#fae9e6;--pink-dark:#efddda;--pink-accent:#d32b7f;--blue:#42526e;--blue-accent:#3b4e69;--yellow:#fadfb7;--black:#322e43;--white:#e9edf6;--white-accent:#dcdeeb;--teal:#58d8e9;background-color:var(--pink-accent);height:100vh;width:100vw}body{background:repeating-linear-gradient(1deg,var(--blue),var(--blue) 100px,var(--blue-accent) 100px,var(--blue-accent) 110px);border-radius:16px;height:calc(100vh - 32px);margin:16px;width:calc(100vw - 32px)}#__nuxt{height:100%;width:100%}
