:root {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

body {
  margin: 0;
  background: #f7f7f9;
  color: #222;
}

.container {
  max-width: 840px;
  margin: 40px auto;
  padding: 0 16px;
}

.home-button {
  position: fixed;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  z-index: 10;
}

.home-button:hover {
  background: #3a3a3a;
}

.home-icon {
  font-size: 16px;
  line-height: 1;
}

h1 {
  margin-bottom: 8px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

.comments {
  background: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 12px;
  padding: 16px;
}
