main{
    width: var(--width);
    margin: auto;
}

main h1{
    font-family: 'Koulen';
    font-size: 6rem;
    font-weight: 200;
    text-align: center;
    border-bottom: solid 3px;
    margin-bottom: 30px;
}

main .content{
    display: flex;
}

main .content .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main .content .left p{
    width: 90%;
}

main .content .left .green{
    margin-top: 10px;
    border-left: #35C091 solid 20px;
    border-top: #35C091 solid 20px;
    border-bottom: #35C091 solid 20px;
    color: #000000;
    padding: 30px;
}