body {
    display: flex;
    flex-direction: column;
}

.hero {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero > p {
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.hero > a {
    margin-top: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
    padding-top: 5px;
    padding-bottom: 5px;

    color: whitesmoke;
    background-color: #D94F2B;
    font-size: 16px;
    text-decoration: none;

    text-align: center;

    border-radius: 30px;
}


section.main {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}


img {
    width: 80vw;
    max-width: 750px;
}

.imageLandingTop {
    display: flex;
    justify-content: center;
}

.imageLandingTop > img {
    border-radius: 30px;
}

.topH2 {
    text-align: center;
}

.logoHighlight {
    color: #D94F2B
}

.three-steps{
    display: flex;
    width: fit-content;
    flex-direction: column;
    margin: 0 auto
}

.three-steps h2 {
    text-align: center;
    margin-bottom: 5px;
}

.faq {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: rgb(206, 251, 255, 0.9);
}

.faq h3 {
    margin-bottom: 0;
}



ol {
    list-style-position: inside;
    padding: 0
}

ul {
    padding: 0
}

.three-steps li {
    list-style-type: decimal;

    border: 1px solid #D94F2B;
    
    color: rgb(0, 0, 0);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem 5rem;
}

.three-steps li::marker {
    font-variant-numeric: tabular-nums
}


footer {
    background-color: grey;
    margin: 0;
    padding-bottom: 0;
    display: flex;
    flex: 1;
}