/* 
selector{propiedad:valor;}
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');

*{padding: 0; margin: 0; box/sizing: border-box; transition: all 2s;}

body    {background: #d1f0f0; margin-left: 5%; margin-right: 5%; margin-top: 80px; text-align: center; font-family: 'Montserrat', sans-serif;}

h1{color:#5d5b50;}

h2{color: #a09d8b;}

h3{color: #32312d;}

h6{padding: 4rem; color: red;}

ol{color:#32312d;}

p{color:32312d;}

ul li{list-style-type: none;}

nav{color:32312d;}

section{display:flex; justify-content: space-around;}

section article{background: #f5f4f1; padding: 2rem; margin-top: 1rem;}

footer{margin:5rem;}

footer img{width: 30%; margin:2rem;}

.mifoto {border-radius: 50%; width: 30%; background: white; padding: 0.5rem;}

.creditos {padding: 4rem; font-size: 4rem; color: red;}



/* Version grande */

@media (min-width:576px) {

body {background: #ecebe5;}

header{text-align: center;}

section{display:flex;}

}