            h1{
                color:red;
            }
            .produto{                
            background-color: rgb(238, 234, 234);
            width: 22%;
            align-items: center;
            text-align: center;
            margin:18px;
            padding:12px;
            border:solid gray;
            border-radius: 30px;


            }
            .produto img{
                
                width: 17vw;
                
            }

            .imagem {
                height:20vw;
                width: 18vw;
                
                
            }
            .grupo{
                display:flex;
                float:left;
                align-items: center;
                justify-content: center;
            }
        nav{
            background-color:black;
            height: 4vw;
            display:flex;
            align-items: center;
            text-align: center;
            justify-content: space-around;
        }
        nav a{
            color:ghostwhite
            font-size: 22px;
            display: fixed;
            align-itens: center;
            text-align: center;
            justify-content: space-around;
            text-transform: uppercase;
            text-decoration: none;
            padding: 15px;
        }
        nav a:hover{
            color:red;
            background-color:black;
            transform: scale(1.05);
            padding: 15px;
        }

        .icaro{
            width:300px;
            height: 200px;
            background-image: radial-gradient(#8e8, #282);
            display:flex;
            align-items: center;
            justify-content: center;
            float: left;
            margin:10px;

        }
        .microcamp{
            display:flex;
            justify-content: center;
            width: 100%;

        }
