
#titulo{
  color: rgb(123, 104, 238);
  font-family: arial;
  font-weight: bolder;
  text-align: center;
}


.detalhe1{
  color: rgb(148, 0, 211);
  font-weight: bolder;
}

.detalhe2{
  color: rgb(148, 0, 211);
  font-weight:bolder;
  }


.paragrafo1{
  border: 10px solid rgb(51, 153, 255);
  background-color: rgb(204, 51, 153);
  text-align: center;
  font-family: Tahoma;
  color: yellow;
  }


.paragrafo2{
  margin: 0px 0px 0px 0px;
  border: 5px double rgb(51, 153, 255);
  background-color: rgb(230, 138, 0);
  text-align: center;
  font-family: Tahoma;
  color: blue;
}


.paragrafo3{
  margin: 0px 0px 0px 0px;
  border: 5px dotted rgb(255, 179, 179);
  background-color: rgb(83, 255, 26);
  text-align: center;
  font-family: Tahoma;
  color: pink;
}




background-color: rgb(230, 230, 250);
  padding: 5px;
  margin: 5px;
  font-family: Tahoma;








