body {background-color: antiquewhite;
}

 nav ul {

    display: flex;
    justify-content:center;
      flex-wrap: wrap;
list-style: none;
    flex-grow: 30;

    justify-content: space-between;
    align-items: center;
padding-bottom: 5;
    padding: 5;}



a {text-decoration: none;
color:crimson;
font-family: 'Lobster';
background-color: white;

   
}


img {display: flex;
}

.mockup img {display: flex;
width: 100%;
    max-width: 50%;
height: auto;}




h1, h2,  h3 {color: brown; 
    background-color: white;
    font-family: 'Lobster', cursive;

    
}




.titulos {box-sizing: border-box;
    text-align: center;
    display: flex;
flex-direction:column-reverse;
justify-content:center;
    
    }

p {box-sizing: border-box;
text-align: center;
color: cadetblue;
font-family: 'Oswald', sans-serif;}

