* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
  background-image:url(./images/hero.png);
  background-size: cover;
background-attachment: fixed; 
max-width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}