a,
a:focus,
a:hover {
  color: #3949ab;
  text-decoration: none;
}

html {
  color: #3f433f;
  text-align: center;
  background: url("../images/background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  background: none;
  color: #3f433f;
}

.lead {
  font-weight: 330;
}
