/*Background*/
body {
  background-image: url(../Image/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.catalog-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.image-link img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: flex;
  max-width: 100%;
  margin-bottom: 10px;
  border-radius: 30px;
  transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
}

.image-link {
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 0px;
  margin: 25px;
  width: 220px;
  transition: width 0.1s ease-in-out;
}

.image-link a {
  overflow: hidden;
}

.image-link:hover img {
  opacity: 0.7;
  height: 175px;
}

.image-state {
  overflow: hidden;
  width: 100%;
  height: 150px;
  border-radius: 30px;
}

a {
  text-decoration: none;
}

.description {
  color: black;
  font-size: 16px;
  font-family: Verdana, Tahoma, sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
