*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:10pt;
    text-shadow: 2px 2px 2px #000000;
    color:rgb(255, 255, 255);
}
.tab-content>div{margin:0px;}



.header{
    display:block;
}
.background-light-pink{
    background-color:rgb(255,168,203); /* MapleStory2 Light Pink Default Color (R:255[ff], G:168[A8], B:203[CB])*/
}
[data-comment="guild_name"], 
[data-comment="title"],
[data-comment="level"],
[data-comment="ch_name"]{

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:12pt;
    text-shadow: 1px 1px 1px #000000;
    color:rgb(255, 255, 255);
}
div[data-comment="character-tag"],
span[data-comment="character-tag"]{
    background-color:lightpink; 
    border-radius: 50px; 
    width:480px; 
    height:52sp; 
    padding:2sp; 
    margin:2px;
}
div[data-comment="social-tag"]{
    background-color:wheat;
}
.purple{
    background-color:rgb(219, 112, 252);
}
.tag-center{
    display:inline-block;
}
div.flexbox{
    display:flexbox;
}
div.flex-item{
    display:flex;
}
img.preview-img{
    max-width:640px;
}
div.article-item{padding-top:40px; padding-bottom:40px;}
div.article-item:hover{
    background-color:#12121212;
}
a>img.preview-img{background-blend-mode: multiply;}
a>img.preview-img:hover{
    background-color:#EAEAEA80;
    opacity:0.6;
}
img.logo-code{
    border-radius:10px;
    max-height:64px;
}