
p {font-family: houschka-rounded, sans-serif;
font-weight: 300;
font-style: normal;
font-size: large;}
h1 { font-family: houschka-rounded, sans-serif;
    font-weight: 800;
    font-style: italic;}
.titulo { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center;}


@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em;
  }
}





