:root {
    --color1: #00f;
    --color2: #0ff;
}

.page-name {
    background-image: url("../images/socials.gif");
    background-size: auto 100%;
    background-repeat: repeat;
    color: #c8fbff;
    font-family: "6x7 Pixel";
    font-weight: 700;
    font-size: clamp(1.2rem, 4vw, 5rem);
    text-shadow: 0 0 25px #ff4fc3;
}

.social-content h1 {
    font-family: "6x7 Pixel";
    font-size: 1.5em;
    margin-bottom: 10px;
}

.button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
}

.site-button {
    display: block;
    line-height: 0;
}

.site-button img {
    width: 176px;
    height: 62px;
    image-rendering: pixelated;
}

.button-section {
    margin-top: 20px;
}

.button-section h2 {
    font-family: "6x7 Pixel";
    font-size: 1.25em;
    margin-bottom: 8px;
}

.yoinked-buttons:empty::after {
    content: "No yoinked buttons added yet.";
    opacity: 0.5;
}

.copy-status {
    margin-top: 14px;
    opacity: 0.65;
}
