* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

.f-kat {
  padding: 10px;
  text-decoration: none;
  color: white;
  background-color: black;
  border: 1px solid white;
  border-radius: 20px;
}

#category-link a img {
  height: 150px;
  width: 150px;
}

#category-link a {
  text-decoration: none;
  transition: all 1s;
  color: #15222b;
}

#category-link a:hover {
  /* text-decoration: underline; */
  font-size: 25px;
}

#vision {
  background-color: #15222b;
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 20px 0px;
}

#why-us p {
  font-size: larger;
}

#why-us-card .why-us-icon {
  width: 50px;
  height: 50px;
}

#steps-photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* #steps-photo {
  width: 100%;
  height: 550px;
  background-image: url("/IMG/index-img\ -\ копија.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  backface-visibility: visible;
} */

#index-photo img {
  border-radius: 30%;
}

/* #index-photo {
  width: 100%;
  height: 600px;
  background-image: url(/IMG/20240523_162559.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  position: relative;
} */

/* #index-photo .box {
  width: 400px;
  height: 600px;
} */

#review .review-photo {
  border-radius: 30px;
  /* width: 600px;
  height: 450px; */
}

.card-img-top {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

::selection {
  background-color: #d1b000;
  color: white;
}

@media (max-width: 620px) {
  #vision {
    font-size: 18px;
    padding: 10px 0px;
    width: fit-content;
  }
}
