*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0ede5;--text:#5a6b7a;--footer-bg:#464c50;--footer-text:#fff}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Lora,Georgia,Times New Roman,serif}#app{flex-direction:column;min-height:100vh;display:flex}header{justify-content:center;padding:52px 24px 0;display:flex}.logo{width:273px;height:auto}main{flex:1;justify-content:center;align-items:center;padding:72px 24px 80px;display:flex}.content{text-align:center;width:100%;max-width:560px}.content p{letter-spacing:.01em;margin-bottom:2.2em;font-size:15.5px;line-height:1.8}.content p:last-child{margin-bottom:0}.email-link{color:var(--text);font-weight:600;text-decoration:none}.email-link:hover{text-decoration:underline}footer{text-align:center;background:var(--footer-bg);padding:14px 24px}footer>p{color:var(--footer-text);letter-spacing:.02em;font-size:12px}@media (width<=640px){header{padding-top:40px}.logo{width:224px}main{padding:48px 32px 60px}.content p{font-size:15px}}
