body {
    margin: 0;
    padding: 0
}


.menuuu {
    background-color: rgb(32, 31, 31);
    padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuuu h2 {
    color: red;
    font-size: 40px;
    margin-left: 80px;
    display: inline-block;
}

.listtt {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    
    
}

.listtt a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: rgb(216, 205, 205);
}

.listtt a:hover {
    background-color: rgb(119, 121, 121);
}

.legislativa {
    text-align: center;
   margin-top: 30px;
}

.legislativa h1 {
    background-color: rgb(138, 255, 127);
}

.legislativa-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.legislativa-list li {
  color: #66bd3a;
  font-weight: bold;
  padding-left: 40px; 
  margin-bottom: 12px;
    
}
