body,html{min-height:100%;margin:0;padding:0}body{font-family:sans-serif;font-size:16px;line-height:1.75;color:white;background:linear-gradient(to bottom right,rgb(55,96,142),rgb(22,33,74))}header{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;justify-items:center}header svg{max-width:10rem;height:auto}.tagline{font-size:2rem;line-height:1.25;font-weight:700;margin:0;text-wrap:pretty;text-align:center}.download-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;justify-content:center}.download-buttons a{line-height:0}.download-buttons svg{height:4rem}main{max-width:100%;padding:1rem;margin-inline:auto}.hero,main{display:flex;flex-direction:column;align-items:center}.hero em{box-shadow:0 0 0 .25rem rgb(22,33,74);background-color:rgb(22,33,74);font-style:normal;font-weight:700;-webkit-box-decoration-break:clone;box-decoration-break:clone}.hero ul{margin:0;padding:0}.hero li{list-style:none;font-size:1.2rem;justify-self:start;margin-block:1rem}.hero img{max-width:100%;width:auto;height:auto}footer{border-top:1px solid white}a{color:currentColor}@media (min-width:40rem){main{max-width:40rem}header{grid-template-columns:5rem 1fr}.tagline{text-align:start}}@media (min-width:48rem){main{max-width:48rem}.hero{flex-direction:row}.hero img{max-width:40%;align-self:flex-start}}@media (min-width:64rem){main{max-width:64rem}header{grid-template-columns:7.5rem 1fr}.download-buttons{justify-content:start}.tagline{font-size:2.5rem}}