body{margin:0;height:100vh}.button{font-weight:700;font-size:24px;height:75px;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:75px;border:none;cursor:pointer}.button.secondary{background-color:#fff;color:#282727}.button.secondary:hover{background-color:#eceefe}.button.secondary:active{background-color:#eceefe;box-shadow:none}.button.primary{background-color:#3d53f6;color:#fff}.button.primary:active,.button.primary:hover{background-color:#2b3aac}.button.primary:active{box-shadow:none}@media screen and (max-height:845px){.button{font-size:20px}}@media screen and (max-width:760px){.button{font-size:16px;height:60px}}