.navbar {
    font: 2.2em "garamond";
}

body {
    background-image: url(images/Steph_Banner.png);
    background-size: 100%; 
    background-repeat: no-repeat; 
    background-color: lightgray; 
}

/* #cards {
    Margin-top: 50em;
} */

.card {
    background-color: lightgrey;
    margin-bottom: 50px;
}

.row {
    margin-top: 80%;
    justify-content: center;
}

a {
    color: inherit;
  }

a:hover {
  font-size: 1.2em;
  transition: 0.3s;
}