body {
font-family: ocr a;
padding-top: 45px;
font-size: 15px;
background-image: url(https://data.whicdn.com/images/342598398/original.jpg);
text-align: center;
-webkit-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
max-width: 1024px;
margin-left: auto;
margin-right: auto;
background-color: #b2b5e1;
box-shadow: 0 0 100px white;
margin-top: 20px;
border-radius: 50px;
}
.short {
border-radius: 25px;
background-color: #9393c7;
border: 5px outset #ffca9c;
animation: bounce linear 10s;
animation-iteration-count: infinite;
transform-origin: 50% 50%;
}
img#avatar.avatar {
border: 2px solid transparent;
border-image: url(https://data.whicdn.com/images/341229832/original.gif);
border-radius: 10px;
}
.boxHead {
background-image: url(https://64.media.tumblr.com/96901995a1b07b08f4da806e1cc05fd0/446ad2afa6d8f2ad-0e/s640x960/29d161c7a2500627ffb6650d339f4d6c88beb46b.gifv);
color: #4b4e6c;
text-shadow: 2px 2px #cabfff;
border-radius: 15px 50px;
box-shadow: 0 0 5px white;
}
.rightHead {
background-image: url(https://64.media.tumblr.com/96901995a1b07b08f4da806e1cc05fd0/446ad2afa6d8f2ad-0e/s640x960/29d161c7a2500627ffb6650d339f4d6c88beb46b.gifv);
color: #4b4e6c;
text-shadow: 2px 2px #cabfff;
border-radius: 15px 50px;
box-shadow: 0 0 5px white;
<h4>Me!°,,:</h4>
}
.boxInfo {
border-radius: 10px;
background-color: #9393c7;
border: none;
box-shadow: 0 0 5px #ffffff;
<h4>uh....:</h4>
}
.url {
border: none;
color: #4b4e6c;
background-color: #9393c7;
border-radius: 20px;
box-shadow: 0 0 5px white;
padding: 2px;
}
.player.box {
background-color: #9393c7;
}
.player::after {
content: "";
display: block;
position: relative;
height: 300px;
max-width: 400px;
background-position: 0 0;
background-size: 100% 100%;
background-image: url(https://i.pinimg.com/originals/08/3a/0c/083a0c82a34d506f19e712737eed843e.png);
}
.player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
background: var(--color--bg-box);
filter: none;
}
h4 {
color: #242066;
text-shadow: 1px 1px #a8a3e3;
margin-bottom: 5px;
background-image: linear-gradient(45deg, #9393c7, #5d4abc, #9393c7);
}
h3 {
color: #c87437;
text-shadow: 2px 2px #ffa937;
}
.box.blurbs {
border-radius: 10px;
background-color: #9393c7;
}
td.shortRight {
color: #8b491b;
text-shadow: 1px 1px #f39a6c;
}
p {
padding: 5px;
}
.extended.box {
background-image: url(https://thumbs.gfycat.com/DampEvilGermanspaniel-small.gif);
border: none;
border-radius: 50px;
box-shadow: 0 0 5px white;
}
span#hUp::before {
content: "welcome";
color: #7077ca;
font-size: 16px;
font-family: ocr a;
animation-name: rainbow;
animation-duration: 4s;
animation-iteration-count: infinite;
}
@keyframes rainbow {
0% {color: red;}
25% {color: yellow;}
50% {color: blue;}
100% {color: red;}
}
.logo b:after {
vertical-align: middle;
font-size: 20px;
color: #575d9f;
content: "bluespace.com <3";
font-family: "ocr a";
}
.fwiendFace img {
object-fit: cover;
height: 100px;
width: 100px;
border-radius: 50px;
border: dotted;
}
.logo b span {
display: none;
}
div#header {
background: rgb(108 112 219 / 80%);
border-bottom: none;
width: 1000px;
left: 250px;
border-radius: 20px;
position: absolute;
}