/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-9/oth800.cur), auto !important;} /* End https://www.cursors-4u.com */

div#header {
    background-image: url(https://i.pinimg.com/736x/43/88/ce/4388ce8….jpg);
    background-color: #FF69B4;
    background-position: 0px -200px;
    text-align: center;
    font-family: "Sans-serif", Verdana;
}

div#hSub {
    color: white !important;
    background-color: #5569708a;
    text-align: center;
    font-family: "Sans-serif", Verdana;
}

h2#name {
    color: #ffffff;
    text-shadow: 1px 1px 3px #001338;
}

#header a:not(.logo) {
    margin-left: 10px;
    color: #fff;
    font-size: small;
    text-decoration: none;
    text-shadow: 1px 2px 7px black;
}

.blinkGreen{
	animation:blinkingTextGreen 0.3s infinite;
}
@keyframes blinkingTextGreen{
	0%{color: #ffebf5;}
	49%{color: #ff69b4;}
	50%{color: #ff99cc;}
	99%{color: #ff99cc;}
	100%{color: #ff69b4;}
}

.extended.box {
    border: 4px solid white;
}

h4 {
    color: #FF69B4;
}

body {
    color: white;
    background-color: #ffe0e5;
    background-image: url(https://www.eikojones.com/wp-content/uploads/2020/07/under-monet-1.jpg);
    background-size: 70%;
    background-attachment: fixed;
    font-family: "Sans-serif", Verdana;
    background-color: whitesmoke;
}
}

.player.box {
    background-color: #dad1ed;
    background-size: 33%;
    background-position: 150px;
    color: white;
}

.boxInfo.box {
    border-color: #ffffff00;
}

.url {
    background: url(https://64.media.tumblr.com/2dfabf8…/d75f44d2c0f9eb40-54/s1280x1920/e8ba621….gif);
    position: fixed;
    right: 0;
    bottom: 0px;
    color: #ffffff00;
    background-size: 300px;
    height: 200px;
    width: 220px;
    border: none;
    box-shadow: none;
    filter: drop-shadow(8px 9px 15px #00000044);
    z-index: 1000;
    font-size: 0px;
    opacity: 1;
}

.topLeft {
    margin-top: 20px;
    background-size: contain;
    border: 4px solid #202123a6;
    box-sizing: border-box;
    background-color: #222b0052;
    background-image: url(https://i.pinimg.com/736x/33/7b/1f/337b1f0….jpg);
    background-blend-mode: darken;
    background-size: 211%;
}

.topRight {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #435e78a1;
    position: relative;
    border: 4px solid #202123a6;
}

div#footer {
     bottom:0;
     font-size:0;
     left:500px;
     position:fixed;
     pointer-events: none;
 
}
.fwiendCount {
    color: #FF69B4;
}

.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.fwiendFace:hover {
    border-radius: 10px;
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    background: #ffffff00;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #add8e6;
    transition: 0.5s;
}

.tableRight{
    background: #FF69B4;
}

.boxHead {
    color: #FFF;
    background: #5569708a;
}

.rightHead {
    color: #FFF;
    background: #394d54ad;
    
}

a:hover {
  animation: changeColor 1s linear infinite;
}

@keyframes changeColor{
    0%{color:#ff99cc;}
    10%{color:#CCA6D9;}
    20%{color:#99B3E6;}
    30%{color:#66BFF2;}
    40%{color:#33CCFF;}
    60%{color:#66BFF2;}
    70%{color:#99B3E6;}
    80%{color:#CCA6D9;}
    90%{color:#FF99CC;}
    100%{color:#FF99CC;}
}
 
.fwiendFace, .tableLeft {
    transition: 0.5s;
    background: #ffffff00;
}

.fwiendFace:hover {
    transform: scale(1.2);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

.tableLeft:hover {
    transform: scale(0.8);
    animation: wob .5s linear infinite;
    box-shadow: 0 0 1rem #fff;
    border: 1px solid #f7b5cd;
    transition: 0.5s;
}

.box.blog {
    background: #c7a6e0;
}

.boxButton {
    display: inline-block;
    width: calc(49% - 60px);
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: #ffffff;
    padding-top: 7px;
    text-shadow: -1px 1px 3px #424e3a;
}