.navbar-mint {
    background-color: #a0eec0 !important;
}



.btn-mint {
  background-color: #3eb489 !important; /* 더 진한 민트색 */
  color: #ffffff !important;           /* 글자색: 흰색으로 명확한 대비 */
  border: 1px solid #349f79 !important; /* 테두리: 배경보다 살짝 진한 녹색 */
}

.btn-mint:hover {
  background-color: #349f79 !important;
  border-color: #2d8667 !important;
}




.post-link {
  text-decoration: none;
  color: inherit;
}

.post-link:visited {
  color: #999999;
}

.post-link:hover {
  color: #0d6efd;
}