.header-logo__wrap img {
  width: 118px;
  height: 52px;
}

.header .theme-toggle .icon:before {
  bottom: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.row {
  background-color: var(--color-50);
  box-shadow: 0 1px 2px #00000021;
  margin-top: 4px;
  padding: 8px;
}

body {
  background-color: #eaeaea;
}

@media (min-width: 992px) {
  .grid-ample .main-content.col-lg-8 {
    width: 100%;
  }
}

.header-logo__wrap .logo-fix {
  width: 20px;
  height: 32px;
}

.footer {
  margin-bottom: 96px;
}

.footer-logo__wrap {
  display: flex;
  justify-content: center;
}

.footer-logo__wrap img {
  width: 72px;
  height: 32px;
  margin: 0 auto 10px;
}

#main-body-container p {
  margin: 16px 0;
}

#main-body-container figure {
  margin: 16px 40px;
}

#main-body-container a {
  color: rgb(2, 120, 194);
}
