@keyframes EntryAnimation{0%{transform:rotate(-15deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes ReverseEntryAnimation{0%{transform:rotate(30deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes ScaleEntryAnimation{0%{transform:rotate(15deg) scale(1);opacity:0}50%{transform:rotate(7.5deg) scale(1.2);opacity:.5}to{transform:rotate(0deg) scale(1);opacity:1}}div.Container{position:relative;margin:auto;max-width:1200px;min-height:100vh;padding-top:5em;padding-bottom:5em;@media (max-width:600px){padding-top:1em;align-content:flex-start}}div.PhoneContainer{position:relative;margin-top:5em;margin-left:auto;margin-right:auto}div.PhoneContainer img{max-width:100%;max-height:100%}div.Signup{padding:.5em}div.Layout{display:grid;padding:0;margin-bottom:2em;grid-template-columns:2fr 1fr;@media (max-width:600px){grid-template-columns:1fr}}.PageHeading{font-size:1.5em;line-height:2em}img.Logo{max-width:100%;animation-name:ScaleEntryAnimation;animation-duration:1s;animation-iteration-count:once;max-height:620px;margin-bottom:1em;@media (max-width:600px){max-height:30vh}}img.SmallLogo{max-width:100%;animation-name:ScaleEntryAnimation;animation-duration:1s;animation-iteration-count:once;@media (max-width:600px){max-height:30vh}}div.GeneratePageButtons{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:10px;column-gap:10px;grid-row-gap:10px;row-gap:10px;margin-bottom:2em;@media (max-width:600px){grid-template-columns:1fr 1fr 1fr}}div.GeneratePageButton{box-shadow:1px 1px 8px lightgray;padding:1em;text-align:center;cursor:pointer;transition:all .5s}div.IconContainer{padding-top:1em;padding-bottom:.5em}div.ContentDescription{font-size:.9em;color:#3f3f3f}div.ContentTitle{font-weight:700}div.WelcomeText{margin-bottom:2em}