:root{--black:#111;--primary:#2ed573;--white:#fff}*{margin:0;padding:0}html{background-color:var(--black);color:var(--white);font-family:'DM Sans',sans-serif;font-size:1.2rem;line-height:1.6}body{padding-bottom:2rem;padding-left:1rem;padding-right:1rem;padding-top:2rem}main{max-width:700px}h1{font-size:2rem;letter-spacing:-.05rem;line-height:1.2;margin-bottom:1.5rem}h2{font-size:.9rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}h2>b{font-weight:400}p{font-size:.9rem}p:not(:last-child){margin-bottom:1rem}img{border-radius:20rem;border-end-start-radius:0;border:.25rem solid var(--white);display:block;height:auto;margin-bottom:2rem}a{border-bottom:2px solid var(--primary);color:var(--primary);text-decoration:none;transition:color .2s ease-in-out}a:active,a:focus,a:hover{color:var(--white)}.peace{font-size:2rem}@media screen and (min-height:40em) and (min-width:48rem){body{padding-bottom:0;padding-top:0}}@media screen and (min-width:48em){body{align-items:center;display:flex;height:100vh;justify-content:center;padding-left:0;padding-right:0}h1{font-size:3rem;margin-bottom:2rem}h2{font-size:1.5rem;margin-bottom:2rem}p{font-size:inherit}}