html,body{padding:0;margin:0;width:100%;height:100%;background:#fff}body{font-size:16px;font-family:proxima-nova,sans-serif}*{box-sizing:border-box}form{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;flex:1}.clickable{cursor:pointer}h1,h3,h4,h5{margin:0}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
