/* -------------------------------------- basics */
#index, #about, #shrines, #credits, #buttons, #graphics, #resources, #friends {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    overflow: auto;
}

.tab-header1 {
    display: flex;
    gap: 11px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px 20px 20px 5px;
    padding: 4px;
    background: linear-gradient(to bottom,  #f8faf6 0%,#e9f0da 50%,#dce5c7 51%,#f5f9ed 100%);
}

.tab-header2 {
    display: flex;
    gap: 11px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px 20px 20px 5px;
    padding: 4px;
    background: linear-gradient(to bottom,  #fcfafa 0%,#f8e7e6 50%,#f6dddc 51%,#fdf4f3 100%);
}

.tab-header3 {
    display: flex;
    gap: 11px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px 20px 20px 5px;
    padding: 4px;
    background: linear-gradient(to bottom,  #f5f7f9 0%,#dbe7ed 50%,#cddee7 51%,#eef5f8 100%);
}

.tab-header1::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Daisy);
    animation: tilt5 0.5s infinite;
}

.tab-header2::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Daisy);
    animation: tilt5 0.5s infinite;
}

.tab-header3::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Daisy);
    animation: tilt5 0.5s infinite;
}
.tab-ul {
    display: flex;
    width: -webkit-fill-available;
    margin: 0;
    padding: 8px;
    padding-left: 15px;
    flex-direction: column;
    gap: 5px;
    border: 1px solid;
    border-radius: 4px;
    background: white;
}

.tab-li {
    font-size: 13px;
    padding-left: 5px;
    letter-spacing: 1px;
}

.tab-li a {
    font-size: 12px;
    letter-spacing: 1px;
}

.tab-li::marker {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Clover1);
}
/* -------------------------------------- index */
.index-grid {
    display: grid;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    grid-template-areas: 
        "index1 index2"
        "index1 index3"
        "index1 index3"
        "index4 index3";
    gap: 9px;
}

.index-grid > div {
    border: 1px solid;
}

.index-text {
    font-size: 13px;
    letter-spacing: 0.2px;
    text-align: justify;
    border: 1px solid;
    padding: 8px;
    border-radius: 3px;
    background: white;
}

.img-divider {
    width: 550px;
    height: 15px;
}

/* -------------------------------------- index1 */
.index1 {
    display: flex;
    gap: 5px;
    grid-area: index1;
    height: -webkit-fill-available;
    width: 550px;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Dots);
    background-size: 20px;
    border-radius: 5px;
    padding: 5px;
    border-top-right-radius: 15px;
    flex-direction: column;
}

.index1-inner {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    border-top-right-radius: 15px;
    padding: 5px;
    gap: 5px;
    background: #f9fff4;
    flex-direction: column;
}

.index1-para {
    display: flex;
    height: -webkit-fill-available;
    flex-direction: column;
    gap: 5px;
}

.featured-flex {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    gap: 5px;
}

.featured-box {
    display: flex;
    width: -webkit-fill-available;
    max-height: 210px;
    border: 1px solid;
    border-radius: 5px;
    background: white;
    justify-content: flex-start;
    padding: 5px;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.featured-img {
    width: 160px;
    height: 160px;
    border: 1px solid;
    border-radius: 5px;
    filter: sepia(1) hue-rotate(23deg) saturate(0.6);
    transition: 0.4s;
}

.featured-h3 {
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 3px;
    background: #feecec;
    background-size: 15px;
    padding: 1px;
    padding-bottom: 3px;
    width: -webkit-fill-available;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.featured-h3::before, .featured-h3::after {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Pink);
}

.featured-h3::after {
    rotate: 90deg;
}

.featured-text {
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 2px;
    background-size: 15px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
}

.featured-box:hover {
    .featured-img {
        filter: none;
        image-rendering: auto;
    }
}

.featured-box form {
    display: flex;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    justify-content: center;
}

.poll {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 154px;
}

.poll-input {
    display: flex;
}

.poll-input input {
    accent-color: #af6d7b;
}

.poll strong {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.poll-input label {
    font-size: 13px;
    letter-spacing: 3px;
    text-indent: 5px;
}

.poll-buttons {
    display: flex;
    justify-content: center;
}

.poll-buttons input {
    border: 1px solid;
    border-radius: 5px;
    padding-bottom: 3px;
    background: #e9edd5;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #aec08d;
}

.poll-buttons input:hover {
    box-shadow: -2px -2px 2px inset #ffffff, 1px 1px 1px inset #aec08d;
}
/* -------------------------------------- index2 */
.index2 {
    grid-area: index2;
    width: 219px;
    height: 140px;
    padding: 5px;
    border-radius: 4px;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Pink1);
    background-size: 14px;
    box-shadow: 2px 2px 2px inset #ffffffc7, -1px -1px 1px inset #9e657757;
}

.index2-lace {
    display: flex;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: white;
}

.index2-inner {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: 1px dashed;
    border-radius: 3px;
    overflow: auto;
}

#statuscafe-username {
    display: flex;
    padding: 4px 6px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    flex-direction: column;
    align-items: center;
}

#statuscafe-username a {
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #fff3f5;
    text-shadow: var(--shad2);
    text-decoration: none;
}

#statuscafe-content {
    padding: 0px 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 13.5px;
}

.status-divider {
    width: -webkit-fill-available;
    margin: 0px 5px;
}
/* -------------------------------------- index3 */
.index3 {
    display: flex;
    grid-area: index3;
    height: 527px;
    padding: 4px;
    overflow: auto;
    flex-direction: column;
    gap: 5px;
    background: #f8fded;
    border-radius: 5px;
}

.index3-h2 {
    display: flex;
    text-align: center;
    padding: 3px;
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    border-bottom: 1px dashed;
    justify-content: space-around;
}

.index3-h2::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Music%20Notes);
}

.webring, .text-webring {
    display: flex;
    width: -webkit-fill-available;
    border: 1px solid;
    border-radius: 4px;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Stripes1);
    justify-content: space-between;
    padding: 3px;
    align-items: center;
}

.text-webring a {
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}

.webring a:hover, .text-webring a:hover {
    font-style: italic;
}

.webrings-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 202px;
    gap: 5px;
}

.cliques-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 95px;
    width: -webkit-fill-available;
    overflow: auto;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    padding: 6px;
    border-radius: 5px;
    background: white;
}
/* -------------------------------------- index4 */
.index4 {
    display: flex;
    grid-area: index4;
    height: 106px;
    border-radius: 10px 10px 5px 5px;
    background: white;
    flex-direction: column;
}

.index4-h3 {
    display: flex;
    border-bottom: 1px solid;
    padding: 3px 7px;
    font-size: 12px;
    letter-spacing: 2.5px;
    background: linear-gradient(to bottom,  #f7f9f9 0%,#e0ecf0 50%,#d4e5ea 51%,#eff6f9 100%);
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    text-shadow: var(--shad3);
}

.index4-buttons {
    display: flex;
    gap: 4px;
}

.index4-button {
    font-size: 13px;
}

.activity-flex {
    display: flex;
    flex-direction: column;
    margin: 2px;
    height: -webkit-fill-available;
    gap: 3px;
    justify-content: space-between;
}

.index4-activity {
    display: flex;
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 12px;
    height: -webkit-fill-available;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #4e657957;
    background: #f0f9f9;
    gap: 10px;
}

.activity-text {
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 7px;
}

.activity-text::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Music);
    filter: grayscale(0.4);
}

.activity-bold {
    font-style: italic;
    letter-spacing: 2px;
}

/* -------------------------------------- about */
.about-grid {
    display: grid;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    grid-template-areas:
    "about5 about5 about6"
    "about1 about1 about1"
    "about7 about7 about7"
    "about2 about3 about4";
    gap: 9px;
}

.about-grid > div {
    border: 1px solid;
}

/* -------------------------------------- about1 */
.about1 {
    display: flex;
    grid-area: about1;
    width: -webkit-fill-available;
    height: 280px;
    background: white;
    border-radius: 4px;
    flex-direction: column;
}

.about1-h2 {
    display: flex;
    border-bottom: 1px solid;
    border-radius: 5px 5px 0px 0px;
    height: 23px;
    background: linear-gradient(to bottom,  #fcf8f8 0%,#f7e3e3 50%,#f5d7d8 51%,#fdf1f1 100%);
    font-weight: bold;
    letter-spacing: 4px;
    padding: 2px 9px;
    font-size: 13px;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
}

.about1-inner {
    display: flex;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/About%20Me);
    background-size: cover;
    border: 1px solid;
    border-radius: 2px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 6px;
    margin: 5px;
}

.picrew-link {
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    letter-spacing: 2px;
}

.about1-info-lace {
    display: flex;
    width: 490px;
    height: -webkit-fill-available;
    border-radius: 5px;
    background: white;
    padding: 1.5px;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent) !important;
    border-image-slice: 5 !important;
    border-image-width: 5px !important;
    border-image-repeat: round !important;
    border-style: solid;
}

.about1-info {
    display: flex;
    width: -webkit-fill-available;
    border: 1px dashed;
    border-radius: 2px;
    padding: 5px;
    flex-direction: column;
    gap: 5px;
    justify-content: space-evenly;
    overflow: auto;
}

.about1-h3 {
    display: flex;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    border: 1px solid;
    padding: 3px;
    border-radius: 2px;
    background: #f4f9df;
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #9eb975a3;
    justify-content: space-between;
    align-items: center;
}

.about1-h3::before, .about1-h3::after {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Daisy);
}

.about1-text {
    font-size: 13px;
    text-align: center;
}
/* -------------------------------------- about2, 3 & 4 */
.about2, .about3, .about4 {
    display: flex;
    gap: 5px;
    width: 253px;
    padding: 5px;
    height: 270px;
    border-radius: 5px;
    border-top-right-radius: 15px;
    background: white;
    flex-direction: column;
}

.about2-inner {
    display: flex;
    border: 1px solid;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent) !important;
    border-image-slice: 5 !important;
    border-image-width: 5px !important;
    border-image-repeat: round !important;
    border-style: solid;
    padding: 10px;
    border-radius: 5px;
    height: -webkit-fill-available;
    background: white;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.about2-li {
    letter-spacing: 2px;
    font-size: 14px;
}

.about2-li::marker {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Pencil)' ';
}

.fav-span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.about2 {
    grid-area: about2;
    background: #fdfff4;
}

.about3 {
    grid-area: about3;
    background: #fffbfb;
}

.about4 {
    grid-area: about4;
    background: #fafeff;
}

/* -------------------------------------- about5 */
.about5 {
    grid-area: about5;
    height: 64px;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent) !important;
    border-image-slice: 5  !important;
    border-image-width: 5px  !important;
    border-image-repeat: round  !important;
    border-radius: 5px;
    background: white;
    padding: 5px;
    overflow: auto;
}

.badge-link {
    text-decoration: none;
}

.fanlist-img {
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    filter: sepia(1) hue-rotate(-45deg) saturate(0.5);
}

.fanlist-flex:hover {
    .fanlist-img {
        filter: none;
    }
}

/* -------------------------------------- about6 */
.about6 {
    grid-area: about6;
    height: 64px;
    overflow: auto;
    background: white;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent) !important;
    border-image-slice: 5  !important;
    border-image-width: 5px  !important;
    border-image-repeat: round  !important;
    border-radius: 5px;
}

.badge-flex {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    display: flex;
    padding: 6px;
    gap: 1px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
}

/* -------------------------------------- about7 */
.about7 {
    grid-area: about7;
    height: 36px;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Dividers/Music%20Notes);
    border: 0 !important;
}

/* -------------------------------------- links */
.links-grid {
    display: grid;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    grid-template-areas: 
    "links1 links2 links2"
    "links3 links2 links2"
    "links3 links4 links5";
    gap: 9px;
}

.links-grid > div {
    border: 1px solid;
}

.button-img {
    width: 71px;
    height: 25px;
}

.links-header2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    border-radius: 5px 5px 0px 0px;
    padding: 1px 3px;
    background: #e4ecef;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -0px 0px inset #7297bb73;
}

/* -------------------------------------- links1 */
.links1 {
    display: flex;
    gap: 5px;
    grid-area: links1;
    height: 200px;
    width: 220px;
    padding: 5px;
    border-radius: 5px;
    border-top-right-radius: 15px;
    background: white;
    flex-direction: column;
}

.mybuttons-lace {
    display: flex;
    padding: 1px;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    height: -webkit-fill-available;
}

.mybuttons-flex {
    display: flex;
    gap: 7px;
    border: 1px dashed;
    border-radius: 5px;
    padding: 9px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Stripes);
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}

.mybutton {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    text-decoration: none;
}

.mybutton-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 2.4px;
    text-shadow: var(--shad2);
}

.mybuttons-h3 {
    letter-spacing: 2px;
    font-size: 12px;
}
/* -------------------------------------- links2 */
.links2 {
    width: 549px;
    height: -webkit-fill-available;
    grid-area: links2;
    border-radius: 4px;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #7297bb73;
    background: #fdfdfd;
}

.links2-text {
    display: flex;
    color: white;
    letter-spacing: 4px;
    font-size: 12px;
    align-items: center;
    gap: 5px;
    text-indent: 6px;
}

.links2-text::after {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Music);
}

.links2-inner {
    display: flex;
    gap: 10px;
    border: 1px solid;
    margin: 5px;
    height: 417px;
    border-radius: 3px;
    background: white;
    padding: 5px;
    justify-content: center;
    overflow: auto;
    flex-wrap: wrap;
    align-items: center;
}

.links2-inner .button-img {
    filter: sepia(1) hue-rotate(149deg) saturate(0.4) contrast(0.95);
    transition: 0.3s;
    transition-behavior: ease-in-out;
}

.links2-inner .button-img:hover {
    filter: none !important;
}

.links2-disclaimer {
    width: -webkit-fill-available;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

/* -------------------------------------- links3 */
.links3 {
    display: flex;
    gap: 5px;
    grid-area: links3;
    height: 470px;
    padding: 5px;
    border-radius: 5px;
    border-top-right-radius: 15px;
    background: white;
    flex-direction: column;
}

.nobuttons-lace {
    display: flex;
    padding: 1px;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    height: -webkit-fill-available;
}

.nobuttons-flex {
    display: flex;
    gap: 5px;
    border: 1px dashed;
    border-radius: 5px;
    padding: 5px;
    width: -webkit-fill-available;
    height: 423px;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Stripes1);
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
}

.nobutton {
    text-shadow: none;
    border: 1px solid;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 5px;
    background: rgb(243, 248, 225);
    box-shadow: rgb(255, 255, 255) 2px 2px 2px inset, rgba(191, 205, 153, 0.69) -1px -1px 1px inset;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

.nobutton:hover {
    box-shadow: -2px -2px 2px inset #ffffff, 1px 1px 1px inset #bfcd99b0;
}
/* -------------------------------------- links4 & 5 */
.links4, .links5 {
    display: flex;
    gap: 5px;
    height: 220px;
    border-radius: 5px;
    background: white;
    flex-direction: column;
}

/* -------------------------------------- links4 */
.links4 {
    grid-area: links4;
    width: 345px;
}

.links4-inner {
    display: flex;
    height: 189px;
    overflow: auto;
    margin: 4px;
    margin-top: 0;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    background: #f2f8f8;
}

.resource-flex {
    display: flex;
    padding: 1px;
    text-transform: uppercase;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    background: white;
    background-size: 20px;
}

.resource-inner {
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    border: 1px dashed;
    border-radius: 2px;
    padding: 3px;
    background: white;
    align-items: center;
}

.resource-link {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 10px;
    text-decoration: none;
}

.resource-link:hover {
    font-style: italic;
}

.resource-text {
    font-size: 13px;
    text-decoration: none;
}

/* -------------------------------------- credits */
.credits-grid {
    display: grid;
    gap: 10px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    grid-template-areas: "credits1 credits1"
    "credits2 credits3"
    "credits4 credits3";
}

.credits-grid > div {
    border: 1px solid;
    border-radius: 5px;
}

.credits2, .credits4 {
    width: 519px;
}

/* -------------------------------------- credits1 */
.credits1 {
    display: flex;
    grid-area: credits1;
    height: 250px;
    background: white;
    flex-direction: column;
}

.credits1-inner {
    display: flex;
    gap: 5px;
    margin: 5px;
    padding: 10px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: 1px solid;
    border-radius: 5px;
    background: #f9faf1;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #aec08d9c;
    overflow: auto;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.credits1-h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px;
    border-bottom: 1px solid;
    border-radius: 5px 5px 0px 0px;
    font-size: 13px;
    letter-spacing: 4px;
    background: linear-gradient(to bottom,  #f6f7f3 0%,#e2e7d3 50%,#d6dfbf 51%,#f2f5e9 100%);
}

.credits1-credit {
    display: flex;
    height: -webkit-fill-available;
    width: 190px;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    background: white;
    padding: 2px;
    flex-direction: column;
}

.credits1-flex {
    display: flex;
    gap: 5px;
    width: -webkit-fill-available;
    min-height: 90%;
    overflow: auto;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.credits1-link {
    display: flex;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed;
}

.credits1-link:hover {
    font-style: italic;
}

.credits1-img {
    width: 20px;
}

.credits1-bg {
    width: 20px;
    border: 1px solid;
}

.credits1-bg:hover {
    width: 15px;
    transform: scale(3.5);
    background: white;
    filter: none;
}

.credits1-img:hover {
    transform: scale(1.5);
    filter: var(--outline1);
}

/* -------------------------------------- credits2 */
.credits2 {
    grid-area: credits2;
}

/* -------------------------------------- credits3 */
.credits3 {
    width: 250px;
    height: 417px;
    grid-area: credits3;
}

/* -------------------------------------- credits4 */
.credits4 {
    grid-area: credits4;
}