.biodiversity{
    display: block;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.biodiversity p{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    color: rgb(0, 0, 0); 

    font-size: calc(2 * (1vw + 1vh)/2);;
    line-height: 1.5;
    
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
}