
body{
  font-family: tahoma;
  font-size: 3vw;
  margin: 5%;
  background-color:rgb(212, 223, 215);
}


@media (min-width: 601px) {
    body {
      font-size: 20px;
      /* background-color: green; */
    }
  }

@media (max-width: 600px) {
    body {
      font-size: 3.5vw;
      /* background-color: red; */
    }
  }

  @media (max-width:400px) {
    body {
      font-size: 5vw;
      /* background-color: yellow; */

    }
  }

.titulo{
 margin-top: 7%;
 font-size: 120%;
 font-weight: bold;

}

.titulo2{
    margin-top: 5%;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0;
   
   }

.frase{
  margin-top: 1%;  
  text-align: justify;
  text-justify: inter-word; 
  line-height: 1.2;  
}

.compacta{
    font-weight: 500;
    font-size: 80%;
    line-height: 1.3;  
}