body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-image: url(/public/macousins.png);
}

.jumbotron {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 4rem auto auto auto;
}

.jumbotron h1 {
  font-weight: 400;
}

.jumbotron h3 {
  font-weight: 200;
}

.card {
  text-align: center;
  align-items: center;
  min-width: 40rem;
  min-height: 4rem;
  margin: .7rem .5rem;
  padding: .7rem .5rem;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.5s;
}

.card::hover {
  background-color: rgba(255, 255, 255, 1);
  color: red;
}

.card a {
  text-decoration: none;
}
