@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "맑은 고딕", MalgunGothic, Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 16px;
}
ul,
li {
  list-style: none;
}

.container {
  width: 500px;
  height: auto;
  margin: 2em auto;
  text-align: center;
}
.container h2 {
  margin: 1em auto;
  border: 10px solid #fcb;
}
