/* 
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; margin:5rem;}

link{text-align: center;}


/* Version grande */

@media (min-width:576px) {

    body {background: #ecebe5;}
    
    header{text-align: center;}

    link{text-align: center;}
    
    }