:root {
  --bs-font-sans-serif: "Rubik", sans-serif;
}

.container-xxl {
  max-width: 1530px;
}

body {
  background-color: white;
}

a {
  color: var(--bs-dark);
}

/* Anasayfa */
.anasayfaBaslik h1 {
  color: darkgreen;
}

.anasayfaBaslik div .btn {
  background-color: white;
  color: darkgreen;
  font-weight: bold;
}

/* Category Card */

.category__link {
  text-align: center;
  display: block;
  text-decoration: none;
  /* transition: 250ms all; */
}

/* .category__link:hover {
  transform: scale(1.1);
} */

.category__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 8px;
}

.category__img--large {
  height: 330px;
}

.category__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recipe__img {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 8px;
}

img.image {
  width: 100%;
  object-fit: cover;
}
