*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ms ui gothic;
    image-rendering: pixelated;
    cursor: url("https://i.ibb.co/x8PCjFYg/tumblr-m990f6-XBwk1qid2nw540.gif"), auto;
}
body{
    background: url("https://i.ibb.co/HLtJvVTY/hkbh02.gif")
}
.musicplayer{
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    background: linear-gradient(rgb(157, 255, 255) 10%, white 50%, rgb(68, 176, 190) 5%, rgb(201, 253, 255));
    width: 100vw;
    border: 1px ridge blue;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.nowplaying{
    background: white;
    border-radius: 5px;
    border: 1px solid blue;
    padding: .27em;
    width: 20%;
}
#seekSlider{
    width: 50%;
}
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    background: rgb(21, 21, 116);
}
input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 7px;
    height: 9px;
    background-color: rgb(102, 158, 204);
    border: 1px solid white;
}
.musicplayer button, i{
    background: none;
    border: none;
    color: blue;
    -webkit-text-stroke: 1px white;
    cursor: crosshair;
}
.musicplayer p{
    color: rgb(21, 21, 116);
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 500px;
    border-image: url("https://i.ibb.co/RkmXGGHx/lace.png") 7 fill round;
    border-width: 5px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: white;
}
.top{
    height: 120px;
    background: url("https://i.ibb.co/b5qm7w4z/scar10.gif");
    background-repeat: repeat-x;
    border-radius: 20px 20px 0 0;
}
@font-face {
    font-family: starborn;
    src: url(https://dl.dropbox.com/s/8p8mi5uzbekohv7/Starborn.ttf);
}
header h1{
    font-family: starborn;
    background: linear-gradient(white 50%, rgb(0, 102, 255));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .1px black;
}
span{
    background: rgb(68, 176, 190);
    color: white;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 10pt;
}
hr{
    border: 2px solid rgb(0, 174, 255);
    border-radius: 20px;
    margin: .67em;
}
h2{
    text-align: center;
    font-family: starborn;
    color: white;
    background: rgb(119, 214, 238);
}
ul{
    list-style-position: inside;
}
.entries{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.blog1{
    position: absolute;
    width: 300px;
    height: 300px;
    background: white;
    border: 1px solid black;
    top: 40px;
    left: 40px;
}
table button, li{
    background: none;
    border: none;
    cursor: crosshair;
}