.card {
    background-color: #174c85;
    color:aliceblue;
    
}

h3 {
    background-color: #174c85;
    color:aliceblue;
    padding: 1%;
    
}

footer {
    background-color: #174c85;
    color:aliceblue;
    padding: 1%;
    text-align: center;
}

h1     {
  font-family: "Lucida Console", "Courier New", monospace;
}

.jumbo {
    color: #174c85;
    text-align: center;
    font-size: xx-large;
    padding: 15%;
    font-family: "Lucida Console", "Courier New", monospace;
    margin: 4%;
}

.row { 
  display: flex; 
  flex-wrap: wrap;
}

a:link {
  text-decoration: none;
  
}
a:hover {
    text-decoration: underline;
}