a{
  color:aqua;
  text-decoration: none;
  }
a:hover {
    color:aquamarine;
  }
body {
  color: rgb(241, 241, 241);
  background-color: #181818;
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  }
.box {
  margin: 10px 25px;
    }  
.button1 {
  background-color:forestgreen;
  border: 2px solid #ffffff;
  border-radius:15px;
  color:#ffffff;
  padding: 16px 32px;
  text-align: center;
  user-select: none ;
  font-size: 20px;
  font-weight:800;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
  }
.button1:hover {
  background-color:rgb(21, 109, 21)
  }
.center {
  text-align: center;
  }
#color-green {
  color:green
  }
.container {
  display: flex;
  flex-wrap: wrap;
}
.item {
  flex: 1;
  min-width: 250px; /* Ajuste conforme necessário */
}
.featured-back {
  background-color: #212121;
  }
.featured-gray {
  background-color: #404040;
} 
.fontbig {
    font-size: 28px;
  }
.fontmedium {
  font-size: 17px;
}
.footer {
  display:flex;
  justify-content:center;
  }
footer {
  background-color: #212121;
  }  
footer a {
  margin:5px;
  text-align: center;
  }
footer p {
  margin-top: 3px;
  }
footer img {
  width:50px;
  height:50px;
  }
  /*imagem do fim*/
.footer img {
  width:70px;
  height:70px;
  }
h1 {
  text-align:center; 
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  color:silver
   }
h2 {
  text-align:center;  
  color:#a3a3a3;
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
   }
h3 {
  text-align:center;  
  color: #878787;
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
    }
h4 {
  text-align:center;  
  color: #666666;
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  font-size:small  
    }
header {
  background-color: #212121;
  }
header image{
  width: 150px;
  height: 150px;
  } 
#img{
  width:50px;
  height:50px;
  }  
.img1 {
  width: 300px;
  height: 300px;
  border-radius: 20%;
}
.linha{
  display: flex;
  flex-flow: row wrap;
  }
main {
  font-size:16px;
  line-height: 1.6
  }
.mainimg {
  width:270px;
  height:270px;
  border-radius: 20%;
  border: 3px solid rgb(118, 118, 118);
  }
  
 /*centralizar formulĂˇrio*/
 #mc_embed_signup {
  margin: 0 auto;
  width: 360px;
}  
.markcoral {
  color: rgb(0, 0, 0);
  background: coral;
}
.menu { 
  display: flex; 
  list-style-type: none; 
  margin: 0; 
  padding: 0;
  } 

.menu li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #ccc;
  }

.menu li:first-child {
  border-left: none;
  }

.menu a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0;
  }

.menu a:hover {
  background-color: #6e6e6e;       
  }




  @media (min-width: 768px) {
    #p1 {
        margin: 0px 700px;
        text-align: left;
    }
}

  @media (max-width: 767px) {
    #p1 {        
        text-align: center;
    }
}

 
  

  

  

  


  


  

 













 