

body {
  heigth: 70%;
  min-heigth: 70vh; 
  font-size:0.75em; 
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;}

footer {
    bottom: 10%;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.footer-content {
    display: inline-block;
}


@media only screen and (min-width:900px) 
{
  body {text-align:center;
    font-size:1.2em;
            max-heigth: 100%;
  max-heigth: 100vh; min-width:80vw; }
  }
.container {padding-top:20px; }

  .fuerte{font-weight: bolder;}
  .titulo1{font-weight: bolder;}
  .titulo2{font-weight: bolder;}
}


