.more {
	display: none;
}

h9 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight:  700;
}
post {
    background-color: yellowgreen;
    color:#e5e5e5;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 1.8rem;
    font-family: 'Work Sans',sans-serif;
}

post:not(:last-child){
    margin-bottom: 80px;
}
button {
    background-color: lightcyan; /*  #c95f5f; #0066DD; //21-0303 */
    /* border:none; */
    outline: none;
    color:darkblue;
    font-size:1.5pem;
    padding: 0; /* 0.3em; */
}
