body 
{
  border:0%;
  margin:0%;
  padding:0%;
  width:100%;
  height:100%;
  font-family:"Constantia", /*Fonte padrão*/
  "ComicSans",
  "serif"; /**/
  font-weight:400px;
  background-color:gray;
  color:black;
}


.container {
  margin-top: 10dvh;
  margin-bottom: 10dvh;
}


.textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap:1dvh;
}

.texto {
  border: 2px solid purple;
  padding:1.25rem;
  border-radius: 5px;
  background-color:white;
  width:60dvw;
  height:fit-content;
}













