.home-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%);
}
.home-link {
  display: contents;
}
.home-image {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.home-text {
  width: auto;
  height: auto;
  font-size: 35px;
  max-width: auto;
  min-width: auto;
  box-shadow: rgb(212, 212, 212) 0px 0px 0px 0px;
  font-style: normal;
  max-height: auto;
  min-height: auto;
  text-align: center;
  font-weight: 800;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-transform: uppercase;
}
.home-text1 {
  font-size: 20px;
  padding-right: 0px;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-navlink {
  font-size: 25px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: #5573ef;
}
.home-navlink1 {
  font-size: 25px;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
  background-color: rgb(85, 115, 239);
}
.home-link1 {
  display: contents;
}
.home-image1 {
  width: 400px;
  height: 332px;
  object-fit: cover;
  text-decoration: none;
}
.home-navlink2 {
  width: 375px;
  font-size: 25px;
  margin-top: var(--dl-space-space-fourunits);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
}
@media(max-width: 479px) {
  .home-text {
    font-size: 35px;
    box-shadow: rgb(212, 212, 212) 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
  }
  .home-image1 {
    width: 339px;
    height: 295px;
  }
}
