
*
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  color: #202020;
  
  margin: 0;
  padding: 0;
  
  border-spacing: 0;
  border-collapse: collapse;
}

html
{
  -webkit-text-size-adjust: none;
}

body
{
  width: 100%;
  height: 100%;
  background: #FAFCFC;
  display: flex;
  flex-direction: column;
}

header,nav,main,footer
{
  width: 100%;
  height: auto;
}

a
{
  text-decoration: none;
}

a:hover
{
  color: lightsalmon;
}
