/* ----------------- Index ----------------- */

#index .page {
    padding-top: 5rem;
    justify-content: flex-start;
    border: solid 0.2rem transparent;
}

#index h1 {
    margin: 0 auto 4.0rem auto;
    padding: 0 0 2.4rem 0;
    font-size: 7.5rem;
    line-height: 8.5rem;
    border-bottom: solid 0.32rem var(--clr-gold);
}

#index .background {
    position: absolute;
    height: 47rem;
    width: 100%;
    bottom: -4.2rem;
    background-image: url('/public/images/page/bg-index.png?v=1');
}

#index .backgroundFloor {
    position: absolute;
    bottom: -4.2rem;
    height: 10rem;
    width: calc(100% + 4.2rem + 4.2rem);
    background: linear-gradient(180deg, #E7E5E1 0%, #F0EEEB 100%);
}

#index .pageBorder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 0.2rem var(--clr-gold-translucent);
    pointer-events: none;
}

