@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

body {
  background-color: #f8f9fa;
  font-family: 'Noto Sans KR', sans-serif;
  padding-bottom: 17px;
}

.navbar-brand {
  font-size: 24px;
  font-weight: bold;
}

.navbar-nav {
  margin-left: auto;
}

.nav-link {
  font-size: 18px;
  font-weight: 500;
}

.nav-link:hover {
  color: #000000;
}

.ghost-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 17px;
  border-radius: 8px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.ghost-title {
  font-size: 30px;
  margin-bottom: 4px;
}

.ghost-line {
  line-height: 1.25;
  font-size: 18px;
}

.ghost-author {
  font-weight: bold;
  font-size: 14px;
}

@keyframes skeleton-loading {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

.container {
  text-align: left;
}

h2 {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

.counter {
  margin: 0;
  position: relative;
  top: -35px;
}