.centered {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.texto {
  font-style:italic;
}

body {
  color: #012A68;
}

.title {
  font-weight: bold;
  color: #012A68;
}

#footer {
  margin-top: 1em;
  font-weight: bold;
}

