.topo {
    position:top; 
width: 100% ;
background-color: rgb(4, 43, 4);
max-width: 1000px;
font-family: 'Fjalla One', sans-serif;
font-size: 100px;
color: white;
margin-left: 150px;
margin-right:150px;
text-align:center;
}


.título{

    position:center; 
background-color: rgb(255, 208, 0);
font-family: 'Fjalla One', sans-serif;
font-size: 50px;
width: 100% ;
max-width: 1500px;
}

.faixa {
    position:top; 
    width: 100% ;
    background-color: aquamarine;
    max-width: 1500px;
    margin-right:150px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 200px;
    color: black;
    text-align:center;
    margin-right:150px;
   
  }

.caixa2 {
    
    position:top; 
    width: 100% ;
    background-color:rgb(6, 173, 34);
    max-width: 1500px;
    margin-right:150px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 200px;
    color:black;
    text-align:center;
    margin-right:150px;
}

.baixo {
    position:top; 
    width: 100% ;
    background-color:rgb(137, 206, 147);
    max-width: 1000px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 100px;
    color: white;
    margin-left: 100px;
    margin-right:100px;
    text-align:center;
 }
 
