html, body {
  height: 100%;
}

body {
  height: 100vh;
  font-size: 24px;
  display: flex;
}

.body.oppd-index {
  background: #1e191d url("../i/bg.jpg") no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
}
.body.oppd-index a {
  color: #FFFFFF;
}
.body.oppd-index a:hover, .body.oppd-index a:focus, .body.oppd-index a:focus-within, .body.oppd-index a:active {
  background: unset;
  color: #F3BC09;
}

.link_underline {
  text-decoration: underline;
}
.link_underline:hover, .link_underline:focus, .link_underline:focus-within, .link_underline:active {
  text-decoration: none;
}

.check-icon {
  position: relative;
}
.check-icon::before {
  position: absolute;
}

.wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrapper .container {
  height: 100%;
}

.index {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.oppd-navbar {
  padding-top: 2rem;
}
.oppd-navbar__links li > a > img {
  height: 1em;
  width: 1em;
  position: relative;
  top: -1px;
  margin-right: 1rem;
}
.oppd-navbar__links li > a:hover, .oppd-navbar__links li > a:focus, .oppd-navbar__links li > a:focus-within, .oppd-navbar__links li > a:active {
  background: unset;
}

.header {
  width: 400px;
  margin-bottom: 6rem;
  margin-top: 12rem;
}
.header__title {
  font-size: 64px;
}

.list__item {
  margin-bottom: 2rem;
  position: relative;
}

.footer {
  align-self: center;
  margin-top: auto;
  margin-bottom: 5rem;
}

/*# sourceMappingURL=oppd.css.map */
