
    
  h1{
    color:red
  } 
  .produto{
        background-color: rgb(197, 188, 188);
        width: 28%;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin:19px;
        padding:12px;
        border:solid rgb(213, 232, 214);
        border-radius:30px;
        max-width: 30%;
        min-height: 800px;
  }
         
       .produto img{
          width: 19vw;

        }
      
      .grupo{
          display:flex;
          float:left;
          align-items: center;
          justify-content: center;
    }
     

    nav{
         background-color: black;
         height: 4vw;
         top:0;
         display:flex;
         align-items: center;
         text-align: center;
         justify-content:space-around;
    }
    nav a{
      color:bisque;
    text-decoration: none;
    text-transform: uppercase;
    } 

    .rafael{

       width: 300px;
       height: 200px;
       background-image:radial-gradient(rgb(172, 240, 130), #282);
        display:flex;
       align-items:center;
       justify-content:center;
       float:left;
       margin:10px;

}
    .microcamp{
      display:flex;
      justify-content: center;
      width: 100%;
    }
