@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mea+Culpa&display=swap");

.navbar-brand,
h1 {
  font-family: "Bebas Neue", serif;
  font-size: xx-large;
  color: tan;
}
nav {
  background-color: #6d8121;
}
p {
  font-family: "Patrick Hand", serif;
  font-size: x-large;
}
h2 {
  font-family: "Akaya Kanadaka", serif;
  font-size: x-large;
  color: tan;
}
h3 {
  font-family: "Almendra", serif;
  font-size: 90px;
  text-align: center;
  color: tan;
  margin-bottom: 50px;
}
a {
  text-decoration: none;
  font-family: "Patrick Hand", serif;
  font-size: x-large;
  color: coral;
}
img:hover {
  transform: scale(1.2);
  transition: 5s;
}
.cool:hover{
  color: tan;
  transition: 2s;
}
.card:hover{
  transform: scale(1.3);
  transition: 6s;
}
