body {
    background-color: black;
}

h1, h2, h3, h4, h5 {
    font-family: 'Akshar', sans-serif;
}

.hio-link {
    color: black;
    text-decoration: underline;
}

.hio-link:hover {
    color: #CF985E;
}

.hio-link-footer {
    color: #ffffff;
    text-decoration: none;
}

.hio-link-footer:hover {
    color: #f5f5f5;
    text-decoration: underline;
}

.bg-black {
    background-color: #000;
}

.bg-pink {
    background-color: #ffffff;
}

.bg-fullimage {
    background-image: url("./images/bg-HIO.png") !important;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-fullimage-cover {
    background-image: url("./images/bg-HIO.png") !important;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-opacity {
    opacity: 1 !important;
}

.section {
    width: 80%;
    margin-inline: auto;
}

.section > h2 {
    text-transform: uppercase;
}

.py-15 {
    /* padding-top: 15rem; */
    padding-bottom: 1rem;
}

.flex {
    display: flex;
}

.flex-none {
    flex: none;
}

.flex-auto {
    flex: 1 1 auto;
}

.color-1 {
    color: #f5f5f5;
}

.h-10 {
    height: 10rem;
    width: auto;
}

.text-right {
    text-align: end;
}

.text-center {
    text-align: center;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.low-opacity {
    opacity: .4;
}

.completed {
    opacity: .7;
}

.completed > .quest {
    text-decoration: line-through;
}

p.link_account_hint {
    text-align: right;   
}
p.link_account_hint a {
    color: #3a3a3a;
}

span.lastUpdated {
    margin-top: 30px;
}

img.rewards-image {
    width: 1080px;
    display: block;
    margin: 0 auto;
}