.grupo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20vh;
}
.grupo img{
	width:17vw;
	}
.produto {
    padding: 5px;
    width: 20vw;
    border-radius: .4rem;
    text-align: center;
    color: white;
    margin: 0 10px;
    background-color: rgb(20, 20, 20);
    font-size: 1.1pc;
}


 
nav{
    background-color: blue;
    height: 4vw;
    text-align: center;

}


nav a {
    color:aliceblue;
    font-size: ;
}
 
nav a:hover{

 
background-color: black;
color:chocolate;
border-radius: 20px;
}
 

  
 




        

