/* your styles go here */


a {
  color: #1dc1f8;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1483a8;
  text-decoration: underline;
}


body {
	background-image: url(../img/huella.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 1500px;
	color:#2b2b3d;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#2b2b3d;
}

.mt-5{
	margin-top: 50px;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}