.grupo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
    padding-top: 80px;
}
.grupo img{
	width:17vw;
    height: 270px;
	}
.produto {
    padding: 5px;
    width: 20vw;
    border-radius: .4rem;
    text-align: center;
    color: rgb(31, 184, 140);
    margin: 0 10px;
    background-color: rgb(1, 51, 43);
    font-size: 1.1pc;
}
nav{ background-color: rgb(13, 152, 104);
height:3vw;
display: flex;
align-items: center ;
text-align: center;
justify-content:space-around;
position:fixed;
width:100%}

nav a{ 
    font-size: 1.2pc;
    color:aliceblue;
text-transform:uppercase;
text-decoration:none;
padding:15px;}

nav a:hover{
    background-color: rgb(4, 109, 56);
    color:aquamarine;
    padding:12px;
    border-radius:20px;
    scale: 1.2em;
}
body{
    background-color: rgb(131, 226, 166);
}