.category-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to right, #c02425 0%, #f0cb35 100%);
}
.category-link {
  display: contents;
}
.category-image {
  width: 400px;
  height: 332px;
  object-fit: cover;
  text-decoration: none;
}
.category-text {
  font-size: 20px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.category-navlink {
  font-size: 25px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(85, 115, 239);
}
.category-navlink1 {
  width: 205px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.category-link1 {
  width: 205px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(85, 115, 239);
}
.category-link2 {
  width: 205px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(85, 115, 239);
}
.category-navlink2 {
  width: 205px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.category-navlink3 {
  width: 205px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.category-link3 {
  display: contents;
}
.category-image1 {
  width: 372px;
  height: 327px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
@media(max-width: 479px) {
  .category-image {
    width: 339px;
    height: 295px;
  }
}
