@font-face {
    font-family: 'Work Sans', sans-serif;
}

*{ border: none; padding: none; margin: 40px; text-decoration: none;}

body{color: black; background-color: rgb(242,242,242);  font-family: 'Work Sans'; }

div{ width: 500px; column-count:2; margin: 0 auto; }

p{ font-size: 16px; font-weight: 100; margin: 0px; margin-top: -10px; line-height: 20px; letter-spacing: 0px;}

h1{font-size: 30px; margin-top: 60px; font-weight: normal; line-height: 30px;}

h2{font-size: 60px; margin-top: 40px; font-weight: normal; line-height: 60px;}

a{color: rgb(70,85,95);  border-bottom: 2px solid gray; margin: 0px;}

a:hover{ color: lightgray; border-bottom-color: lightgray;}