
h1 {
    color: lightpink
}
p {
    background-image: linear-gradient(180deg, rgb(255, 255, 0), rgb(81, 255, 0) );
    color: transparent;
    background-clip: text;
}
body {
    background-image: url(miku.jpeg);
    height:50vh;

}
.bubblegum-sans-regular {
  font-family: "Bubblegum Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pink {
    color: pink;
}

table, tr, th, td {
    border: 1px black solid;
    border-radius: 15px;
}

h1, p, div{
    cursor: url("catto.png"), auto;
}

.hover-text {
    colour: black;
}
.hover-text:hover {
    background-image: linear-gradient(grey,yellow );
    color: transparent;
    background-clip: text;
}