html, body{
  height: 100%;
  
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%; /*기본 크기로 16px*/
}
a{
  color: black;
  text-decoration: none;
}