main h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-family: 'Lexend';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 100%;
}

main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

main p {
    font-family: Lexend;
    font-weight: 200;
    text-align: justify;
}

main article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}

h2 {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-shrink: 0;
    color: #000;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
}


p {
    margin-top: 0;
}

h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #255616;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-top: 29px;
}

main ul {
    margin-top: -8px;
}

main ul li {
    color: #000;
    font-family: Lexend;
    line-height: 20px;
}


main a {
    color: #000;
    font-family: Lexend;
    line-height: 20px;
}

main a:hover {
    opacity: 0.7;
    text-decoration: none;
}