@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{background: rgba(158, 154, 151, 0.877); font-family: 'Courier New', Courier, monospace; text-align: center}
h1{font-family:'Bebas Neue', cursive;}
.mifoto{border-radius: 50%;}
*{padding: 0;margin: 0;box-sizing: border-box;}
/*img {text-align: center;}*/
/*section{display: flex;}*/
h2{background: white;} 



@media (min-width:576px){
    body{background: turquoise;}
    section{display: flex; justify-content: space-around;}
section article{width: 50; background: white;}
}