body, html{
    box-sizing: border-box;
    width: 100%;
  }

body {
    font-family: 'Jost', sans-serif;
}
  
  *,
  *::before,
  *::after{
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    outline: none;
  }
  
  a{
    color: inherit;
    text-decoration: none;
  }
  
  li{
    list-style: none;
  }
  
  img{
    max-width: 100%;
  }  

header{
  width: 100%;
  padding: 10px 0.5% 0px 0.5%;
  background: transparent;
  /* position: fixed; */
}