.fantasyHeader {
    color:#f1efe8;
    text-align: center;
    background-color: #a51897;
    padding: 20px 2%;
}

.fantasyHeader h1{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 35px;
    margin-top: -10px;
    line-height: 40px;
}

.fantasyHeader img {
    max-width: 600px;
}

.fantasyHeader img.existing {
    width: 150px;
    height: 150px;
    border: 7px solid #f1efe8;
    -webkit-box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 50%);
    box-shadow: 0px 5px 18px 1px rgb(0 0 0 / 50%);    
    background-color: #481543;
    transition: width 2s, height 2s, border-color 2s, transform 2s;
    margin-bottom: 15px;
}

.queens{
    background-color: #471c79;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.queens h2 {
    color:#FFF;
}

#sharebtns a{
    display: inline-block;
    padding: 5px 10px;
    padding-bottom: 2px;
    background-color: #471c79;
    color:#FFF;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;   
    font-family: 'Yanone Kaffeesatz', sans-serif; 
    font-weight: 200;
}

#sharebtns a img {
    width: 15px;
    float: right;
    margin-top: 3px;
    margin-left: 3px;
}

a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff01de;
    color:#f1efe8;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5);    
}

.create {
    text-align: center;
    color:#f1efe8;
    font-size: 25px;
    background-color: #1d0638;
    padding: 20px 0px;
}

.create img {
    width: 250px;
}

.recent {
    display: block;
    background-color: #a51797;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.recent h2 {
    color:#f1efe8
}

.recent a.recentItem {
    background-color: #471b79;
    padding: 5%;
    display: inline-block;        
    text-decoration: none;
    width: 90%;
    margin-bottom: 10px;
}

.recent a.recentItem.pair{
    background-color: #1d0538;
}

.recent .recentItem .image {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.recent a.recentItem .title { 
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color:#f1efe8;
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-decoration: none;
}

.recent a.recentItem .desc {
    color:#f1efe8;
    opacity: 0.8;
    font-size: 18px;
    line-height: 18px;
}