* {padding: 0;margin: 0; box-sizing: border-box;}

html {height: 100%;}

body {
    background: #fff;
    color: #222;
    font: 1rem/1.5 'Work Sans', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.3px;
}




a {color: #06f; text-decoration: none;border-bottom: 2px solid rgba(128, 128, 128, 0.3);transition: all 0.3s ease-out;}
a:hover {border-color: #06f; color: #06f;}



