@font-face {
    font-family:'rosalie';
    src: url(https://dl.dropbox.com/s/xqlz6p59syect4a/rosalie.regular.otf);
     
    }

@font-face { 
    font-family: 'Magica'; 
    src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf); 
        } 

body {
    background-image: url('https://dl.glitter-graphics.com/pub/3767/3767852ldtrdr4slz.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: 'Magica'; 
}

mark {
    font-family: 'Magica';
    background-color: transparent;
}

::selection {
    /* Change highlight background color */
    background: #fada07;
    /* Change highlight text color */
    color: #FFFFFF;

}

::-webkit-scrollbar {
    background-color: transparent;
    border-radius: 100px;
    }
     
    ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
    }
     
    ::-webkit-scrollbar-thumb {
    background-color: #fada07;
    border-radius: 100px;
    }

a {
    text-decoration: underline;
    color: white;
}

a:hover {
    color: #f57fb7;
    font-style: italic;
    text-decoration: none;
}

/* Tiny Star - https://www.cursors-4u.com/cursor/tiny-star */
* {
    cursor: url('https://cdn.cursors-4u.net/previews/tiny-star-5c7f5702-32.webp') 32 32, auto !important;
  }
  /* End www.Cursors-4U.com Code */

.main {
    border: 2px dashed #f57fb7;
    height: 976px;
    width: 1176px;
    margin: auto;
    border-radius: 50px;
    box-shadow: 0 0 50px 15px #ffffff;
}

.top {
    width: 1176px;
    height: 175px;
    background-image: url('https://dl.glitter-graphics.com/pub/3770/3770812b5ma70mn1c.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    border-radius: 50px 50px 0px 0px;
    overflow: hidden;
    text-align: center;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.bottom
{
    height: 801px;
    width: 1176px;
    border-radius: 0px 0px 50px 50px;
}

.left {
    height: 801px;
    width: 335px;
    border-radius: 0px 0px 0px 50px;
    box-sizing: border-box;
    background-image: url('https://64.media.tumblr.com/tumblr_me41rtx8Qd1r52dl9.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 10px;
    float: left;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.right {
    background-image: url('https://64.media.tumblr.com/a997c2295645d37bba771b7e37b6016b/730f36fb3829a7e2-aa/s250x400/647cdc34aeda4fd44b4bb0a4f16add4f5a5732ba.png');
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 10px;
    height: 801px;
    width: 840px;
    border-radius: 0px 0px 50px 0px;
    box-sizing: border-box;
    float: left;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.scroll
{
    border-width:8px;
    border-style:solid;
    border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;         
    padding: 5px;
    height: 100px;
    overflow-y: scroll;    
}

.pinkwave {
    font-size: 2em;
    font-weight: bold;
    font-family:'rosalie';
    
    color: transparent;
    background: url("https://files.catbox.moe/db8ne8.png") repeat-x #fff;
    background-clip: border-box;
    background-size: 200% 100%;
    
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position-y 0.6s ease;
    -webkit-transition: background-position-y 0.6s ease;
    animation: waveAnimation 4s infinite linear;
    -webkit-animation: waveAnimation 4s infinite linear;
    
    -webkit-animation-play-state: running;
    animation-play-state: running;
    line-height: 1.5em;
    }
    
    @-webkit-keyframes waveAnimation{
    from { background-position-x: 0%; }
    to { background-position-x: 200%; }
    }
    
    @keyframes waveAnimation{
    from { background-position-x: 0%; }
    to { background-position-x: 200%; }
}

#statuscafe {
    padding: .5em;
    border-width: 7px; 
    border-style: solid; 
    border-image: url("https://i.imgur.com/ROjUrNz.gif") 6 fill round;          
    }
    #statuscafe-username {
        color: white !important;
        font-family:'rosalie';
        font-size: 1.25em;
        line-height: 2em;
        font-weight:bold;
        filter: drop-shadow(0px 1px #fada07) drop-shadow(0 -1px #fada07) drop-shadow(1px 0 #fada07) drop-shadow(-1px 0 #fada07) drop-shadow(0px 1px #6cc3e8) drop-shadow(0 -1px #6cc3e8) drop-shadow(1px 0 #6cc3e8) drop-shadow(-1px 0 #6cc3e8);
    }

    .image {
        border: 3px double white;
        box-shadow: 0 0 8px 8px white inset;
        height: auto;
        padding: 1rem;
        background-image: url(https://64.media.tumblr.com/3e3859400a2ee578fb2916a01b2fddbd/tumblr_inline_mov4jaWHGz1qz4rgp.gif); /* change image bg url here */
    }