.landingPageTitle {
    color: #349947;
    font-weight: 700;
    font-size: 3.5rem
}

body {
    font-size: 17px;
    color:rgba(60,72,84,0.8);
}

.mainDiv {
    padding: 4vh 10vw !important;
}

.landingPageSubtitle {
    font-weight: 600;
    font-size: 2rem;
    margin: 1.5rem 0;
}

.landingPageSection, .landingPageIntro {
    margin: 2rem 0;
}

.divSummary p {
    margin: 1rem 0;
    font-weight: bold;
}

.divSummary ul {
    list-style: disc;
}

.divSummary ul li a {
    text-decoration: underline;
}

.landingPageImage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landingPageBorder {
    border: 1px solid #349947;
    padding: .5rem;
    padding-top:0;
    margin-top: 4rem;
}

.landingPageBorder ol {
    margin-left: 1.5rem;
    list-style: decimal;
}

.landingPageBonus {
    color: white;
    background: #349947;
    margin: 6rem 0;
    padding: 2rem;
}

.landingPageBonus h3{
    font-size: 2.5rem;
}

.landingPageMainButton {
    background: white;
    border-radius: 3rem;
    padding: .9rem 3rem;
    border:none;
    transition: all .5s;
    color:#bd10e0;
    font-size: 14px;
    font-weight: bold;
    margin: 2rem;
    cursor: pointer;
}

.landingPageMainButton:hover {
    color: white;
    background: #bd10e0;
}

.landingPageSecondaryButton {
    color: white;
    background: #349947;
    border-radius: 3rem;
    padding: .9rem 3rem;
    border:1px solid #1b86f1;
    transition: all .5s;
    font-size: 14px;
    font-weight: bold;
    margin: 2rem;
    cursor: pointer;
}

.landingPageSecondaryButton:hover {
    color: #1b86f1;
    background: white;
}

.landingPageOutroText {
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 3rem;
}

.landingPageAuthorName {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.landingPageAuthorPictureContainer {
    display: flex;
    justify-content: center;
    margin: 3rem 0 0 0;
}
