section#home{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 100px 0 0 0;
}

section#home .description{
    margin: 0 50px;
    text-align: center;
}

section#home .description > :nth-child(1n+0){
    margin: 10px 0;
}

section#home .description h1{
    color: #4A5F5C;
	font-family: "Playwrite US Trad", cursive;
	font-weight: 300;
}

section#home .description .chines{
	letter-spacing: 5px; 
	color: #8AAB9D;
	margin-top: 20px !important;
}

section#home .description p{
    color: #4A5F5C;
    font-size: 20px;
}

section#home .presentation img{
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    section#home{
        width: 100vw;
        margin: 80px 0 0 0;
    }

    section#home .description {
        margin: 20px;
    }

    section#home .description h1{
        font-size: 36px;
        line-height: 50px;
    }

    section#home .description p{
        line-height: 30px;        
    }
    
}