/*
---------------------------------------------
Page Style
---------------------------------------------
*/
*, html {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.17rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.83rem;
}
h6 {
  font-size: 0.67rem;
}
p {
  font-size: 1rem;
}
code {
  font-family: 'Courier New', Courier, monospace;
}