
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; 
}

body {
  font-family: "Work Sans", sans-serif;    
  background-color: #EBFBFF;
}

.cover-container {
  max-width: 42em;
}

.lead {
  font-weight: bold;
  color: #08698D;
  text-align: center;
}

