.grupo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
    padding-top: 80px;
    
}
.grupo img{
    width:18vw;
    }
.produto {
    padding: 5px;
    width: 20vw;
    border-radius: .4rem;
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 0 10px;
    background-color: rgb(255, 255, 255);
    font-size: 1.1pc;
    height: 430px;
}

h1{
    font-size: 24px;
}

nav {
    background-color: rgb(143, 77, 180);
    height: 6vw;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    
}

nav a {
    font-size: 1.2pc;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
}

nav a:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(102, 45, 155);
    padding: 5px;
    border-radius: 20px;
    scale: 1.1;
}
body {
    background-color: rgb(255, 255, 255);
}