html, a {
    cursor: url(https://files.catbox.moe/atzswr.gif), default;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: transparent; 
  border: none;
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: var(--green);
  border: none;
  border-radius: 0;
}

:root {
    --green: #72e66e;
    --blue: #6cc3e6;
    --accentpink: #dc74e8;
}

body {
    color: black;
    font-family: cordata;
    background: url(https://i.postimg.cc/V6fCCyyB/2c3bcd5bcd1335f0b976c0ab51119202.png);
    background-size: 150px;
    height: 510px;
    overflow-y: scroll;
}

html, a {
    cursor: url(https://cur.cursors-4u.net/nature/nat-2/nat120.cur), auto !important;
}

p {
    font-family: cordata;
    font-size: 12px;
    color: black;
}

a {
    color: var(--accentpink);
    transition: 0.5s ease;
}

a:hover {
  letter-spacing: 0.12em;
  color: var(--pink);
  font-style: normal;
}

li {
  margin-bottom: 10px;
  list-style: " ➥ " outside;
}

h1 {
    font-size: 25px;
    font-stretch: extra-condensed;
    margin: 0;
    font-style: italic;
    font-family: magic;
    text-align: center;
    color: white;
    text-shadow:
        2px 2px 0 var(--green),
        1px -1px 0 var(--green),
        -1px 1px 0 var(--green),
        -1px -1px 0 var(--green),
        0 0 10px var(--green);
    background: transparent;
    background-image: radial-gradient(rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 80%);
    padding: 3px 15px;
    border: none;
}

b {
    color: var(--green);
}

.album-cover {
    width: 140px;
    filter: sepia(0.6) hue-rotate(80deg) contrast(1.1);
}

.about_list, .top5 {
    width: 160px;
    padding: 3px 10px;
    background: white;
    border: 1px solid var(--green);
    border-right: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    border-radius: 10px;
    margin-top: 1px;
    margin-left: 1px;
    top: 10px;
    right: 10px;
    position: fixed;
    z-index: 1;
}

.top5 {
    top: 10px;
    left: 10px;
    width: 250px;
}
 
.about_head {
    width: 150px;
    margin: 5px;
}
 
.about_body {
    font-family: cordata;
    font-size: 0.875em;
    color: black;
    text-align: center;
    display: none;
    height: 170px;
    overflow: auto;
    text-align: left;
    padding-top: 10px;
    line-height: 1.25em;
}

.tooltip {
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: white;
  color: var(--accentpink);
  text-align: center;
  border-radius: 6px;
  border: 2px double var(--green);
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--green) transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#scroller {
    height: 230px;
    overflow-y: scroll;
    width: fit-content;
}

#wrapper {
	width: 33%;
	margin: auto;
}

#scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

#sroller::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
}

#top5 {
    width: 20%;
    vertical-align: top;
    margin: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.main-img {
    width: 50%;
    margin: auto;
    margin-bottom: 0;
}

.boxing {
    padding: 10px;
    margin: 7px;
    height: 200px;
    background: #ffffffa6;
    font-family: cordata;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.boxing-text {
    margin: 10px;
    margin-top: -30px;
    padding: 0 5px;
    overflow-y: scroll;
    background: none;
    width: 65%;
    height: 170px;
}

.boxing-flex {
    display: flex;
    padding: 0;
    margin: 7px;
}

.headerer {
    font-family: monster;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    text-shadow:
        2px 2px 0 var(--green),
        1px -1px 0 var(--green),
        -1px 1px 0 var(--green),
        -1px -1px 0 var(--green),
        0 0 10px var(--green);
    color: white;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--accentpink);
}

#listening-to {
    font-size: 15px;
}

#lastfm-top h2 {
    margin: 0 0 10px 0;
}

.track-title {
    font-weight: 600;
}

.track-artist {
    font-size: 0.8em;
    font-style: italic;
}

.track-info {
    display: block;
    float: right;
    margin-left: 5px;
    overflow-x: scroll;
}

.music-row {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 10px 0;
    background-color: white;
    border: 1px dashed var(--green);
}

.music-row:first-child {
    padding-top: -10px;
}

.music-row:last-child {
    padding-bottom: 0;
}

.music-row img {
    padding-right: 10px; 
}

.boxing h1 {
  font-family: Kosugi Maru;
  font-size: 20px;
  margin: 3px;
  margin-top: 10px;
  text-align: left;
  text-shadow: none;
  padding: 0;
  color: black;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -2px;
}

.date {
    font-size: 12px;
    margin: 3px;
    color: var(--accentpink);
    font-family: Kosugi Maru;
    font-style: italic;
}

.recent-pic {
    width: 35%;
    height: 100%;
    border-radius: 5px;
    border: 2px outset #dedede;
    filter: saturate(0);
    transition: 0.4s;
    margin-top: 10px;
}

.recent-pic:hover {
    filter: saturate(1);
}

.player {
    width: 200px;
    padding: 10px;
    border: 1px solid var(--green);
    border-right: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    border-radius: 10px;
    height: fit-content;
    background: white;
    font-family: cordata;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.home-button {
    position: absolute;
    right: 200px;
    top: -50px;
    width: 60px;
    transition: 1s;
}

.home-button:hover {
    top: 10px;
}