body {
  min-height: 100vh;
  background: #050505
    url("https://web.poecdn.com/protected/image/poe2/bg.webp?v=1727664165466&key=hQvFr_-AgkFdRE0W3YHouQ")
    no-repeat top center fixed;
  background-size: cover;
}

.site-shell {
  width: min(100%, 1200px);
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background: var(--bs-body-bg);
  border-right: 1px solid rgb(255 255 255 / 12%);
  border-left: 1px solid rgb(255 255 255 / 12%);
  box-shadow: 0 0 2rem rgb(0 0 0 / 35%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.site-content {
  color: #121212;
  background: #e6e6e6;
}

.site-navbar-collapse {
  position: relative;
}

.site-main-menu {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-main-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.account-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-lg);
  background: var(--bs-body-bg);
  box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 5%);
}

.content-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__link {
  display: block;
  text-align: right;
  text-decoration: none;
}

.news-card__link:hover {
  color: var(--bs-link-hover-color);
}

.soft-card__image {
  height: 180px;
  object-fit: cover;
}
