main #sec-origin{
    height: auto;
    background-color: black;
    color: white;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

main #sec-origin #div-origin{
    width: 50%;
    margin-right: 8%;
    display: flex;
    flex-direction: column;
    font-family: ScalySans, Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

main #sec-origin #div-origin h2{
    margin: 0;
    margin-block-end: 2rem;
    font-size: 2.5rem;
    color: #F7F740;
    font-family: MrEaves, 'Times New Roman', Times, serif;
    text-align: center;
}

main #sec-origin #div-origin p{
    margin: 0;
    color: #F7F0B9;
    line-height: 1.5rem;
}

main #sec-origin #div-origin_logo{
    width: 30%;
    display: flex;
    justify-content: center;
}

main #sec-origin #div-origin_logo img{
    border-radius: 50%;
    max-width: 80%;
}

main #sec-meet_team{
    height: auto;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

main #sec-meet_team h2{
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    font-family: MrEaves, 'Times New Roman', Times, serif;
    font-size: 2.5rem;
}

main #sec-meet_team .div-founder{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

main #sec-meet_team .div-founder img{
    width: 50%;
    border-radius: 50%;
    border: solid black 5px;
}

main #sec-meet_team .div-founder h3{
    margin: 20px 0 10px 0;
    font-size: 1.5rem;
}

main #sec-meet_team .div-founder h4{
    margin: 0;
    margin-bottom: 20px;
    font-size: 1rem;
}

main #sec-meet_team .div-founder p{
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

main #sec-join{
    height: auto;
    padding: 50px;
    background-color: #CFAD70;
}

main #sec-join h2{
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    font-family: MrEaves, 'Times New Roman', Times, serif;
    font-size: 3rem;
}

main #sec-join p{
    margin: 10px 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
}