button:focus {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
}

.bg {
  background-image: url("../img/bg/bg.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item-card {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.item-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.list-footer {
  width: fit-content;
}