
/* The following elements should be customized */

#gbftopper {
    width:400px;
    height:183.2px;
    background-image:url('https://gbf.wiki/images/5/58/Leader_p_370501_1_01.png'); /* Gran & Djeeta Portrait */
    background-size:contain;
    background-repeat:no-repeat;
    margin-top:40px;
    margin-bottom:20px;
}

#gbfstarchar {
    width:100px;
    height:56.8px;
    background-image:url('https://gbf.wiki/images/a/a4/Trophy_Event_Thumbnail_91800.png'); /* Star Character */
    background-size:contain;
    background-repeat:no-repeat;
    margin-left:260px;
    margin-top:-8px;
    padding-left:-8px;
}

#gbfmainelement {
    background-image: url('https://gbf.wiki/images/2/24/Icon_sort_expedition_skill_11.png'); /* Status, Field, Element Icon, etc. */
    width:28.8px;
    height:28.8px;
    background-size:contain;
    margin-left: 332px;
    margin-top:-34px;
}

/* You shouldn't have to edit anything under here, ideally */

#gbfv1 { 
    max-width: fit-content; 
    margin-left: auto; 
    margin-right: auto; 
    display: flex; gap: 8px; 
    color: black; 
    font-family: Georgia; 
    font-size: 14px;
}

#gbftexter a { 
    color:white;
    transition: .2s;
}

#gbftexter a:hover {
    color:black;
}


#gbftitler {
    width:400px;
    height:54.4px;
    background-image:url('https://gbf.wiki/images/thumb/a/a5/Profile_trophy_banner.png/500px-Profile_trophy_banner.png');
    background-size:contain;
    background-repeat:no-repeat;
    margin-top: -24px;
    padding-top:13px;
    font-size:12px;
    line-height:12px;
    color: #f2eee2;
    text-shadow: 0px 0px 1px #150f0f, 0px 0px 1px #150f0f, 0px 0px 1px #150f0f, 0px 0px 2px #150f0f, 0px 0px 2px #150f0f, 0px 0px 2px #150f0f;
}

#gbfbanner {
    width:160px;
    height:44.8px;
    background-image:url('https://gbf.wiki/images/thumb/7/71/Profile_id_banner.png/200px-Profile_id_banner.png');
    background-size:contain;
    background-repeat:no-repeat;
    margin-left:248px;
    margin-top:-32px;
    padding-top:10.4px;
    color:white;
}

#gbftexter {
    width:200px;
    height:30px;
    background-image:url('https://gbf.wiki/images/thumb/c/cf/Profile_comment_field.png/250px-Profile_comment_field.png');
    background-size:contain;
    background-repeat:no-repeat;
    margin-top:7px;
    margin-left:-145px;
    text-align:left;
    padding-left:23px;
    padding-top:17px;
}

.gbfdj {
    display:inline-block; 
    color:black !important;
}

.gbfdj:hover {
    color:white !important;
}

#gbfhomer {
    display:inline-block;
    transition:.3s;
    color: white;
    text-shadow: 0px 0px 1px #150f0f, 0px 0px 1px #150f0f, 0px 0px 1px #150f0f, 0px 0px 2px #150f0f, 0px 0px 2px #150f0f, 0px 0px 2px #150f0f;
}