:root{
    --background__btn--primary: #FEF8DA;
}

.color__text--primary {
    color: #FEF8DA;
}

.pageOne{
    background-color: #473100;
    padding: 16px;
}

.pageOne__left{
}

.pageOne__content{
    margin-left: -80px;
}

.pageOne__btn{
    background-color: var(--background__btn--primary);
    border: none;
    border-radius: 32px;
}

.pageOne__left{
    position: relative;
}

.pageOne__left--imgbackground{
    height: 670px;
    overflow: hidden;
    scale: 0.8;
    img{
        transform: translateX(-627px);
    }
}

.pageOne__left--logo{
    position: absolute;
    scale: 0.4;
    top: -40%;
    left: -25%;
}

.pageTwo{
    padding: 16px;
}

.pageTwo__item{
    position: relative;
    height: 500px;
    background-color: rgba(37, 34, 6, 0.751);
    border-radius: 16px;
    padding: 32px;
}

.pageTwo__item--img{
    position: absolute;
    scale: 0.5;
    top: 0px;
    transform: translateY(-50%);
}

.pageTwo__btn{
    background-color: var(--background__btn--primary);
    border: 2px solid black;
    border-radius: 32px;
}

.pageThree{
    background: linear-gradient(to bottom, black, #473100);
    height: 1500px;
}

.pageThree__item{
    background-color: white;
    padding: 16px;
    border-radius: 16px;
}

.pageThree__item--img{
    margin-top: 50px;
    img{
        width: 100%;
        scale: 3;
    }
}

.pageThree__pageTwo-time{
    position: relative;
    height: 200px;
}

.pageThree__pageTwo--content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px
}
.pageThree__pageTwo--content span{
    font-size: 50px;
}

.pageThree__pageTwo-time--img{
    position: absolute;
    scale: 0.9;
    left: -60px;
    top: 0px;
}


@media (max-width: 835px) {
    .pageThree {
        height: 2800px !important;
    }
    
    .pageThree__pageTwo-time--img{
        scale: 0.6;
        left: -420px;
        top: 0px;
    }

    .pageThree__pageTwo--content{
        width: 600px;
    }

    .pageThree__pageTwo--content span{
        font-size: 30px;
    }
}
