* {
  margin: 0;
  padding: 0;
}


body {
  background-color: white;
  font-family: 'roboto';
  font-weight: 100;
}


h1 {
  font-weight: 100;
  font-size: 4em;
  color: #555;
  text-align: center;
}


a {
  text-decoration-line: none;
  color: #3ba9e0;
  font-weight: 400;
}

a:visited {
  color: #3ba9e0;
}

a:hover {
  color: #277095;
}

.centrado {
  text-align: center;
}


.destacado {
  font-weight: 100;
  font-size: 1.8em;
  color: #777;
  margin: 0.5em auto;
  text-align: center;
}

.mensaje {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 100;
  color: #888;
  text-align: center;
  margin-top: 2em;
}


.imagen {
  margin: 6em 0 2em 0;
}
