/* /css/boring.css */


div.header {
  background-color: grey;
}

div.header p {
  color: white;
  text-align: center;
  font-size: 2em;
}

div.content {
  background-color: white;
}

div.content p {
  color: black;
  text-align: justify;
}

div.footer {
  font-size: smaller;
}

div.badge img {
  width: 100px;
  height: auto;
}

p {
  font-family: sans-serif;
}

img {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
}


/* EOF */
