body {
  padding: 0;
  background: white;
  font-family: 'Nanum Gothic', sans-serif;
}

h1{
  margin-left: 30px;
}

h2{
  margin-left: 30px;
}

p{
  color: gray;
  padding-left: 30px;
}
a{
  text-decoration: none;
  color: black;

}

.webring{
  position: fixed;
  width: 30px;
  height: 30px;
  right: 30px;
  bottom: 30px;
}
