/* Add a black background color to the top navigation */
.topnav {
    background-color:  #8DAB7F;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #76148f;
    color: white;
  }
  h1{
  text-align: center;
  background-color: #394032;
  margin: 0px;
  color: #ffffff;
  
  }
  body{
	margin-left: auto;
	margin-right: auto;
  margin :0px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
   background-color: #849324;
}
img{

  width: 75%;
  height: 75%;
}
.meme{
	padding: 40px;
	margin-left:0%;
  margin-right: 25%;
	background-color: #F2EDED;
	text-align: center;
	border : 40px solid #ccc;
  
}
.twitter-tweet{

  text-align: center;
}

.fa {
  padding: 15px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 3px 2px;
  border-radius: 100%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #0a8dda;
  color: white;
}

.fa-instagram {
  background: #c21b77;
  color: white;
}
.propaganda {
  float: right;
  width:25%;
  height: 1000px;
}
p{
  color: black;
  text-align: center;
}
.Rodape{
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: inherit;
  background-color: #000000;
  text-align: center;
  align-items: center;
}
