.ads2-category-to-channel-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-image: radial-gradient(circle at center top, rgb(241, 242, 181) 0.00%,rgb(8, 147, 81) 100.00%);
}
.ads2-category-to-channel-navlink {
  width: 319px;
  height: 27px;
  font-size: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
}
.ads2-category-to-channel-link {
  display: contents;
}
.ads2-category-to-channel-image {
  width: 320px;
  height: 573px;
  object-fit: cover;
  text-decoration: none;
}
