.apk-list-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%);
}
.apk-list-link {
  display: contents;
}
.apk-list-text {
  font-size: 5em;
  text-align: center;
  text-decoration: none;
}
.apk-list-link1 {
  display: contents;
}
.apk-list-image {
  width: 434px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
.apk-list-image1 {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.apk-list-navlink {
  width: 256px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.apk-list-image2 {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.apk-list-navlink1 {
  width: 256px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.apk-list-image3 {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.apk-list-navlink2 {
  width: 275px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.apk-list-image4 {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.apk-list-navlink3 {
  width: 256px;
  font-size: 25px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: rgb(85, 115, 239);
}
.apk-list-link2 {
  display: contents;
}
.apk-list-image5 {
  width: 378px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
}
@media(max-width: 479px) {
  .apk-list-text {
    font-size: 3em;
  }
  .apk-list-image {
    width: 397px;
  }
}
