.ads1-home-to-topics-container {
  width: 100%;
  display: flex;
  overflow: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  min-height: 100vh;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
  background-image: linear-gradient(45deg, rgb(252, 0, 255) 0.00%,rgb(0, 219, 222) 100.00%);
}
.ads1-home-to-topics-navlink {
  width: 305px;
  margin: 0px;
  font-size: 25px;
  text-decoration: none;
  background-color: rgb(5, 255, 195);
}
.ads1-home-to-topics-link {
  display: contents;
}
.ads1-home-to-topics-image {
  width: 306px;
  height: 548px;
  object-fit: cover;
  margin-bottom: 53px;
  text-decoration: none;
}
