.stay-motivated {
    margin-top: 8rem;
}

.moon {
}

.intro-section {
    background-image: url('https://media.pinegrow.online/12/288/images/night-sky-1200x900.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #114b48;
    color: #ffffff;
    text-align: center;
    padding-top: 12rem;
    padding-bottom: 3rem;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 46% 1fr;
    grid-template-rows: 122px auto auto;
    grid-template-areas: '. Moon .' '. IntroTitle .' '. IntroQuote .';
    grid-row-gap: 24px;
}

.challenge {
    background-image: url('https://media.pinegrow.online/12/288/images/challenge-ahead-scaled.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 300vh;
    background-color: #061508;
    padding-top: 5rem;
    padding-bottom: 5rem;
}