.button{background-color:#1e88e5;border:0;border-radius:16px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;height:32px;line-height:32px;outline:0;padding:0 1em;text-align:center;text-decoration:none;transition:background-color 500ms ease-in-out}.button:hover{background-color:#1565c0}.button:active{background-color:#1565c0}