@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
    body {
      margin: 0;
      padding: 0;
      font-family: Lora !important;
      background-color: #adadad;
    }

    /* Ajuste para telas menores (com rolagem) */
    @media (max-width: 400px) {
      body {
        overflow-x: auto; /* Permite rolagem horizontal */
      }
    }
a{
	text-decoration: none;
  color: #000;
} 

  
.principal{
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5vh;
  border-radius: 8px;
  background-color: #fff;
  width: 90%;
  height: 50vh;

}
.hauto{
  padding-bottom: 80px;
  height: auto !important;
}