body{
  background-color: beige;
  background-image: url(assets/Cat_Background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;  
}
h1{
  text-align: center;
  font-weight: bolder;
}
h2{
  text-align: center;
  font-weight: bold;
}
img{
  max-width: 100%;
}
figcaption{
  font-style: italic;
  font-size: smaller;
}
.source{
  font-style: italic;
  font-size: smaller;
}
.bi{
  background-color: darkred;
  color: lightskyblue;
  border-radius: 4px;
}
.disabled{
  background-color: yellow;
  font-weight: bolder;
}
a{
  background-color: whitesmoke;
  color: darkblue;
  font-weight: bolder;
}
.btn-primary{
  border-radius: 100%;
  color: blanchedalmond;
  background-color: black;
}
.card-img-top{
  height: 400px;
  width: auto;
  object-fit: cover;
}
h5{
  text-decoration: underline;
  color: blue;
  font-weight: bolder;
}
.sr-only{
  display: none;
}