*{
  color: white;
    font-family: Arial Black;
    text-align: justify;


}
body { 
  background-color:#FFB0F7;
  
  }
h1 {
color:white; 
text-align: center;

}




.teste{
  text-align: center;
  margin: 50px;
 
  
  
  
}


.corpo {
display: table;

}
#baixa{
  max-width: 800px;
  display: table-cell;
  padding-top: 0px;
  
  }
.texto{

display: table-cell;
color:white;
font-family: "Arial Black";


}
#teste3{

text-indent: 100px;


}

.aside{
display:flex;
justify-content: space-around;

}
.banner{

width: 100%;
text-align: center;

}
.aside .texto {
  border: 2px dashed rgb(135, 8, 139);
  border-radius: 15px;
  padding: 15px;
}



  


    




