<html>
<body>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap" rel="stylesheet">
<p class="balls"><b>me too bro, me too</b></p>
</body>
</html>
[balls.css]
.balls{
font-weight: 100;
font-family: bungee shade;
text-shadow: 10px 5px 3px #5B7C99;
}
[took me a while to write this lmao]