body {
  margin: 0;
  padding: 18px 10px 60px;

  font-family:
    Georgia,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    sans-serif;

  background-color: #ebf0d0;
  color: #121212;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.page {
  width: 100%;
  max-width: 869px;
  margin: 0 auto;
  box-sizing: border-box;
}

h1,
h2 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
}

a:visited {
  color: #551a8b;
  
}

a:hover,
a:visited:hover {
  color: #ffffff;
  background-color: #000000;
}

section {
  margin-bottom: 36px;
}

img {
  max-width: 60%;
  height: auto;
  
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

img {
   display: block;
  width: 100%;
  height: auto;
  margin: 8px 0;
}

.secret-award {
  color: transparent;
  user-select: text;
}

.secret-award::selection {
  color: #121212;
  
}