<style>
    #melonGuild-70,
    #melonGuild-70 .melonGuild-info,
    #melonGuild-70 .melonGuild-links {
        display: flex;
        align-items: center;
        flex-flow: row;
    }
    #melonGuild-70 {
        column-gap: 20px;
        border-style: dotted;
        border-width: 3px;
        max-width: 500px;
        background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20160.gif");
    }
    
    <--! Previous + Next Arrows -->
    #melonGuild-70 .melonGuild-prev:before {
        content: '\21E0';
        margin-right: 0;
    }
    #melonGuild-70 .melonGuild-next:after {
        content: '\21E2';
        margin-left: 0;
    }
    
    #melonGuild-70 .melonGuild-info {
        flex-flow: column;
    }
    #melonGuild-70 .melonGuild-info span {
        display: none;
    }
    #melonGuild-70 .melonGuild-links {
        justify-content: space-evenly;
        gap: 10px;
    }
    #melonGuild-70 .melonGuild-links img {
        height: 64px;
    }
</style>

