*{font-family:Capriola,sans-serif}#homeLogo{text-align:center;padding:5px;width:256px;margin-left:auto;margin-right:auto;display:block;margin-top:10vh;-webkit-animation:heartbeat 1.5s ease-in-out 3 both;animation:heartbeat 1.5s ease-in-out 3 both}#homeCopy{text-align:center;padding:25px;width:40vw;margin:0 auto;font-weight:700;font-size:150%;color:#000}#homeButtons{display:flex;flex-direction:row;width:50vw;margin:0 auto 10vh;color:#000}.homePageButton{border-radius:32px;font-weight:700;display:block;text-align:center;cursor:pointer;background-color:#81ffef;margin:0 20px;padding:10px 20px}.homePageButton:hover{background-color:#9f5aa7}#logoNav{width:90px;padding:10px}@media only screen and (max-width:530px){#homeLogo{height:auto;width:55vw;margin-top:15px}#homeCopy{width:90vw;margin:0 auto;padding:0 25px}#homeButtons{display:flex;flex-direction:column;width:70vw}.homePageButton{margin:10px 0}}@-webkit-keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}