 body {background: rgb(202,215,214));
    text-align: center;
    font-family: monospace;
     font-size: 1,5rem
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
    
article {background: rgb(105,105,105);
    text-align: center;
    font-family: monospace}

    
header{background: rgb(202,215,214);
    text-align: center;
    font-family: monospace}
    
h1{background: rgb(202,215,214);
    text-align: center;
    font-family: monospace ;
    font-size: 2,5rem}
    
p{text-align: center;
    font-family: monospace;}
    