.Grupo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vh;
    padding-top: 60px;
}
.Grupo img{
    width: 17vw;
    }
.produto {
    padding: 5px;
    width: 20vw;
    border-radius: .4rem;
    text-align: center;
    color: beige;
    margin: 0 10px;
    background-color: rgb(20, 20, 20);
    font-size: 1.1pc;
    height: 590px;
}

h1{
    font-size: 24px;
}

nav{
     background-color: blue;
     height: 2vw;
     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: black;
    color: rgb(233, 6, 6);
    padding: 5px;
    border-radius: 20px;
    scale: 1.1;

}
body{
    background-color: bisque;

}
