loadGoogleFont("Nunito Sans", {
var letter = [' Year', ' New', 'Happy', ]
createCanvas(windowWidth, windowHeight);
t = new textStar(90, 190, 20, [' Year', ' New', 'Happy', ], 8, true)
t1 = new textStar(windowWidth - 90, windowHeight - 190, 20, [' Year', ' New', 'Happy', ], 8, true)
t2 = new textStar(width / 2, height / 2, 30, [' 2 0 2 5', ], 8)
t4 = new spinny(400, 280, 25, ['2', '0', '2', '5'], 2)
t3 = new spinny(600, 80, 25, ['0', '2', '5', '2', ], 2)
t5 = new spinny(width - 600, 80, 25, ['2', '5', '2', '0', ], 2)
t6 = new spinny(width - 400, 280, 25, ['5', '2', '0', '2'], 2)
t7 = new turny(600, height - 100, 25, ['5', '2', '0', '2', ], 2, true)
t8 = new turny(width - 600, height - 100, 25, ['5', '2', '0', '2', ], 2, true)
s6 = new turny(width / 2, height / 2, 205, ['Y', 'P', 'P', 'A', 'H'], 4, true)
s7 = new turny(width / 2, height / 2, 165, ['W', 'E', 'N'], 6, true)
s8 = new turny(width / 2, height / 2, 125, ['R', 'A', 'E', 'Y'], 6, true)
f1 = new textFirework(width / 4, random(0, height / 2), 12, ['5', '2', '0', '2'])
f2 = new textFirework(random(width), random(height * 0.2, height * 0.7), 12, ['5', '2', '0', '2'])
f3 = new textFirework(random(width), random(height * 0.2, height * 0.9), 12, ['5', '2', '0', '2'])
f4 = new textFirework(random(width), random(height * 0.2, height * 0.7), 12, ['5', '2', '0', '2'])