@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;800&display=swap');
body{background:#00000; font:16px 'Open Sans', sans-serif; color:#333;}

h2{font-weight:800; text-transform:uppercase;}
h2, .fas, a:hover{color:#F50202;}
a{color:#333; text-decoration:none;}

@media(min-width:1200px){
  body{font-size:24px;}
}
