.madeBy {
  border-radius: 10px;
  font-size: 15px;
  padding: 7px;
  width: -moz-fit-content;
  width: fit-content;
}
.madeBy:active {
  cursor: not-allowed;
}
@media screen and (min-width: 1178px) {
  .madeBy {
    opacity: 30%;
    transition: opacity 150ms ease-out;
    position: fixed;
  }
  .madeBy:hover {
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease-in;
  }
}

.discordembedd {
  max-width: 250px;
  opacity: 100%;
}
@media screen and (min-width: 1182px) {
  .discordembedd {
    position: absolute;
    top: 12%;
    right: 1%;
  }
}

@media screen and (max-width: 480px) {
  .artGridContainer {
    overflow: hidden;
    width: 90%;
    display: grid;
    grid-template-columns: 85%;
    grid-auto-rows: auto;
    justify-content: center;
    padding: 1em;
  }
  @supports not (-moz-animation: none) {
    .artGridContainer .col {
      background-color: rgba(0, 0, 0, 0);
    }
  }
  .artGridContainer img, .artGridContainer iframe {
    width: 90%;
  }
}
@media screen and (min-width: 481px) {
  .artGridContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    resize: horizontal;
    overflow: auto;
    padding: 1em;
    width: 95%;
    grid-gap: 4em;
    margin: 0 auto;
  }
  .artGridContainer img, .artGridContainer iframe {
    width: 160px;
  }
}
.artGridContainer span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.col {
  align-self: center;
  margin: 0 0 10px 0;
  max-width: 250px;
}
@media screen and (max-width: 480px) {
  .col {
    margin: 0 0 10px 0;
  }
}

.topGrid {
  grid-gap: 2em;
}
.topGrid .col {
  margin: 0 auto;
}
@media screen and (min-width: 1086px) {
  .topGrid {
    grid-template-columns: repeat(auto, minmax(100px, 1fr));
    max-width: 1086px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1089px) {
  .topGrid {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 480px) {
  .topGrid .col {
    margin-bottom: 20px;
  }
}
.topGrid .col {
  height: -moz-fit-content;
  height: fit-content;
}

.topGridDivs {
  max-width: 260px;
}
@media screen and (max-width: 480px) {
  .topGridDivs {
    width: 440;
  }
}

.settingsIcon {
  top: 2%;
  left: 1%;
  position: absolute;
  padding: 4px;
  z-index: 10;
}

.themeSettings {
  width: 300px;
  padding: 3px;
  display: flex;
  justify-content: center;
  z-index: 11;
}

.themeSettings hr {
  display: none;
}

@media screen and (min-width: 800px) {
  .themeSettings {
    width: 150px;
    position: absolute;
    top: 1%;
    left: 1%;
  }
}/*# sourceMappingURL=divcss.css.map */