.istok-web-regular {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.istok-web-bold, .card, .text-info {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  background-image: url("../images/background.webp");
  background-position: top;
  background-size: cover;
}

img {
  max-width: 100%;
}

.img-card {
  filter: drop-shadow(2px 4px 2px #000);
}

.body-wrapper {
  display: flex;
  width: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(30, 64, 77, 0.3607843137);
}

.text-info {
  font-size: 2rem;
  color: #7ba030;
  text-shadow: 1px 2px 1px black;
  margin-bottom: 3rem;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.75rem;
  text-align: center;
}

.text-center {
  text-align: center;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  min-width: 100%;
  height: 100%;
  padding: 0.75rem;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #fa7143;
  transition: all 0.5s;
}
.card > .title {
  text-shadow: 1px 2px 1px black;
}
.card:hover {
  color: #7ba030;
  scale: 1.1;
}

/*# sourceMappingURL=style.css.map */
