div+css实现三维文字空间排列立体动画代码
代码语言:html
所属分类:动画
代码描述:div+css实现三维文字空间排列立体动画代码
代码标签: div css 三维 文字 空间 排列 立体 动画 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap'> <style> body { background: #BF3979; height: 100vh; overflow: hidden; display: flex; font-family: "Roboto Mono", monospace; font-size: 1.5rem; justify-content: center; align-items: center; perspective: 600px; color: #fff; } div { transform-style: preserve-3d; } .camera.-y { -webkit-animation: rotateY 20000ms linear infinite; animation: rotateY 20000ms linear infinite; } .camera.-z { -webkit-animation: rotateZ 15000ms infinite alternate; animation: rotateZ 15000ms infinite alternate; } .move { -webkit-animation: move 12000ms infinite alternate; animation: move 12000ms infinite alternate; } .star:nth-child(1) { transform: translate3d(221.75px, -160px, -39px) rotateY(64deg); } .star:nth-child(1)::before { content: "L"; position: absolute; -webkit-animation: code 1750ms -1378ms infinite; animation: code 1750ms -1378ms infinite; } .star:nth-child(2) { transform: translate3d(130px, -106px, -8.25px) rotateY(309deg); } .star:nth-child(2)::before { content: "L"; position: absolute; -webkit-animation: code 1007ms -1872ms infinite; animation: code 1007ms -1872ms infinite; } .star:nth-child(3) { transform: translate3d(84.75px, 96px, -257px) rotateY(161deg); } .star:nth-child(3)::before { content: "L"; position: absolute; -webkit-animation: code 1310ms -1425ms infinite; animation: code 1310ms -1425ms infinite; } .star:nth-child(4) { transform: translate3d(77px, 249px, 17.5px) rotateY(27deg); } .star:nth-child(4)::before { content: "L"; position: absolute; -webkit-animation: code 1915ms -1428ms infinite; animation: code 1915ms -1428ms infinite; } .star:nth-child(5) { transform: translate3d(125.5px, 208px, 95px) rotateY(178deg); } .star:nth-child(5)::before { content: "L"; position: absolute; -webkit-animation: code 1145ms -725ms infinite; animation: code 1145ms -725ms infinite; } .star:nth-child(6) { transform: translate3d(-273.75px, -25.75px, 19.25px) rotateY(67deg); } .star:nth-child(6)::before { content: "L"; position: absolute; -webkit-animation: code 1463ms -1185ms infinite; animation: code 1463ms -1185ms infinite; } .star:nth-child(7) { transform: translate3d(272.75px, -160.75px, -91.75px) rotateY(18deg); } .star:nth-child(7)::before { content: "L"; position: absolute; -webkit-animation: code 1743ms -919ms infinite; animation: code 1743ms -919ms infinite; } .star:nth-child(8) { transform: translate3d(51.5px, 21.75px, -9.25px) rotateY(72deg); } .star:nth-child(8)::before { content: "L"; position: absolute; -webkit-animation: code 1901ms -1562ms infinite; animation: code 1901ms -1562ms infinite; } .star:nth-child(9) { transform: translate3d(-13px, -36px, -114.5px) rotateY(104deg); } .star:nth-child(9)::before { content: "L"; position: absolute; -webkit-animation: code 1480ms -1330ms infinite; animation: code 1480ms -1330ms infinite; } .star:nth-child(10) { transform: translate3d(-99.5px, 126.25px, 148.5px) rotateY(172deg); } .star:nth-child(10)::before { content: "L"; position: absolute; -webkit-animation: code 1202ms -1158ms infinite; animation: code 1202ms -1158ms infinite; } .star:nth-child(11) { transform: translate3d(47.25px, 32px, 163.5px) rotateY(129deg); } .star:nth-child(11)::before { content: "L"; position: absolute; -webkit-animation: code 1181ms -24ms infinite; animation: code 1181ms -24ms infinite; } .star:nth-child(12) { transform: translate3d(60px, 33px, -74.5px) rotateY(81deg); } .star:nth-child(12)::before { content: "L"; position: absolute; -webkit-animation: code 1753ms -1345ms infinite; animation: code 1753ms -1345ms infinite; } .star:nth-child(13) { transform: translate3d(24.5px, 132.75px, -257.75px) rotateY(92deg); } .star:nth-child(13)::before { content: "L"; position: absolute; -webkit-animation: code 1558ms -1388ms infinite; animation: code 1558ms -1388ms infinite; } .star:nth-child(14) { transform: translate3d(-223.5px, -369.75px, 305.5px) rotateY(265deg); } .star:nth-child(14)::before { content: "L"; position: absolute; -webkit-animation: code 1380ms -387ms infinite; animation: code 1380ms -387ms infinite; } .star:nth-child(15) { transform: translate3d(40.75px, 64px, -65.75px) rotateY(321deg); } .star:nth-child(15)::before { content: "L"; position: absolute; -webkit-animation: code 1326ms -255ms infinite; animation: code 1326ms -255ms infinite; } .star:nth-child(16) { transform: translate3d(152.75px, -10.25px, 136.25px) rotateY(1deg); } .star:nth-child(16)::before { content: "L"; position: absolute; -webkit-animation: code 1713ms -789ms infinite; animation: code 1713ms -789ms infinite; } .star:nth-child(17) { transform: translate3d(-165.5px, -104.5px, -74.75px) rotateY(49deg); } .star:nth-child(17)::before { content: "L"; position: absolute; -webkit-animation: code 1834ms -1075ms infinite; animation: code 1834ms -1075ms infinite; } .star:nth-child(18) { transform: translate3d(120px, 217.75px, -47.75px) rotateY(144deg); } .star:nth-child(18)::before { content: "L"; position: absolute; -webkit-animation: code 1377ms -446ms infinite; animation: code 1377ms -446ms infinite; } .star:nth-child(19) { transform: translate3d(79.75px, 138.5px, 142.75px) rotateY(169deg); } .star:nth-child(19)::before { content: "L"; position: absolute; -webkit-animation: code 1378ms -188ms infinite; animation: code 1378ms -188ms infinite; } .star:nth-child(20) { transform: translate3d(-14.75px, 87.5px, -86px) rotateY(93deg); } .star:nth-child(20)::before { content: "L"; position: absolute; -webkit-animation: code 1631ms -1070ms infinite; animation: code 1631ms -1070ms infinite; } .star:nth-child(21) { transform: translate3d(208.5px, 68.75px, 65.75px) rotateY(238deg); } .star:nth-child(21)::before { content: "L"; position: absolute; -webkit-animation: code 1951ms -167ms infinite; animation: code 1951ms -167ms infinite; } .star:nth-child(22) { transform: translate3d(-237.5px, 52.25px, 132.5px) rotateY(38deg); } .star:nth-child(22)::before { content: "L"; position: absolute; -webkit-animation: code 1036ms -883ms infinite; animation: code 1036ms -883ms infinite; } .star:nth-child(23) { transform: translate3d(-54.5px, -257.25px, -70px) rotateY(168deg); } .star:nth-child(23)::before { content: "L"; position: absolute; -webkit-animation: code 1580ms -1460ms infinite; animation: code 1580ms -1460ms infinite; } .star:nth-child(24) { transform: translate3d(-48.5px, -137px, -194.75px) rotateY(70deg); } .star:nth-child(24)::before { content: "L"; position: absolute; -webkit-animation: code 1169ms -1812ms infinite; animation: code 1169ms -1812ms infinite; } .star:nth-child(25) { transform: translate3d(-19.75px, -4.5px, 214px) rotateY(238deg); } .star:nth-child(25)::before { content: "L"; position: absolute; -webkit-animation: code 1873ms -1896ms infinite; animation: code 1873ms -1896ms infinite; } .star:nth-child(26) { transform: translate3d(139.75px, 9px, -343px) rotateY(258deg); } .star:nth-child(26)::before { content: "L"; position: absolute; -webkit-animation: code 1618ms -151ms infinite; animation: code 1618ms -151ms infinite; } .star:nth-child(27) { transform: translate3d(84.75px, 46px, -35.25px) rotateY(50deg); } .star:nth-child(27)::before { content: "L"; position: absolute; -webkit-animation: code 1761ms -859ms infinite; animation: code 1761ms -859ms infinite; } .star:nth-child(28) { transform: translate3d(16.25px, 130px, 22.75px) rotateY(34deg); } .star:nth-child(28)::before { content: "L"; position: absolute; -webkit-animation: code 1863ms -56ms infinite; animation: code 1863ms -56ms infinite; } .star:nth-child(29) { transform: translate3d(110px, -48px, -244px) rotateY(349deg); } .star:nth-child(29)::before { content: "L"; position: absolute; -webkit-animation: code 1648ms -793ms infinite; animation: code 1648ms -793ms infinite; } .star:nth-child(30) { transform: translate3d(223px, 130.25px, 299.5px) rotateY(322deg); } .star:nth-child(30)::before { content: "L"; position: absolute; -webkit-animation: code 1036ms -1101ms infinite; animation: code 1036ms -1101ms infinite; } .star:nth-child(31) { transform: translate3d(-76.5px, -109px, 34px) rotateY(191deg); } .star:nth-child(31)::before { content: "L"; position: absolute; -webkit-animation: code 1875ms -1529ms infinite; animation: code 1875ms -1529ms infinite; } .star:nth-child(32) { transform: translate3d(-38.75px, -134.25px, -82px) rotateY(107deg); } .star:nth-child(32)::before { content: "L"; position: absolute; -webkit-animation: code 1796ms -1849ms infinite; animation: code 1796ms -1849ms infinite; } .star:nth-child(33) { transform: translate3d(5.25px, 49.25px, 164px) rotateY(228deg); } .star:nth-child(33)::before { content: "L"; position: absolute; -webkit-animation: code 1962ms -1043ms infinite; animation: code 1962ms -1043ms infinite; } .star:nth-child(34) { transform: translate3d(202px, 162.25px, 85.75px) rotateY(273deg); } .star:nth-child(34)::before { content: "L"; position: absolute; -webkit-animation: code 1555ms -1786ms infinite; animation: code 1555ms -1786ms infinite; } .star:nth-child(35) { transform: translate3d(137.25px, -199.75px, -93.25px) rotateY(295deg); } .star:nth-child(35)::before { content: "L"; position: absolute; -webkit-animation: code 1902ms -561ms infinite; animation: code 1902ms -561ms infinite; } .star:nth-child(36) { transform: translate3d(19.5px, 170px, -41px) rotateY(244deg); } .star:nth-child(36)::before { content: "L"; position: absolute; -webkit-animation: code 1351ms -697ms infinite; animation: code 1351ms -697ms infinite; } .star:nth-child(37) { transform: translate3d(-159.75px, -64.5px, -130.5px) rotateY(79deg); } .star:nth-child(37)::before { content: "L"; position: absolute; -webkit-animation: code 1864ms -191ms infinite; animation: code 1864ms -191ms infinite; } .star:nth-child(38) { transform: translate3d(-4.25px, -18.5px, 152.25px) rotateY(238deg); } .star:nth-child(38)::before { content: "L"; position: absolute; -webkit-animation: code 1371ms -887ms infinite; animation: code 1371ms -887ms infinite; } .star:nth-child(39) { transform: translate3d(168.75px, 148.75px, 25.25px) rotateY(85deg); } .star:nth-child(39)::before { content: "L"; position: absolute; -webkit-animation: code 1455ms -1330ms infinite; animation: code 1455ms -1330ms infinite; } .star:nth-child(40) { transform: translate3d(51.25px, -166px, -18.75px) rotateY(210deg); } .star:nth-child(40)::before { content: "L"; position: absolute; -webkit-animation: code 1158ms -486ms infinite; animation: code 1158ms -486ms infinite; } .star:nth-child(41) { transform: translate3d(162.75px, 52.5px, -90.25px) rotateY(9deg); } .star:nth-child(41)::before { content: "L"; position: absolute; -webkit-animation: code 1148ms -475ms infinite; animation: code 1148ms -475ms infinite; } .star:nth-child(42) { transform: translate3d(-258.25px, 62.25px, 19.5px) rotateY(190deg); } .star:nth-child(42)::before { content: "L"; position: absolute; -webkit-animation: code 1757ms -1380ms infinite; animation: code 1757ms -1380ms infinite; } .star:nth-child(43) { transform: translate3d(63.75px, -8.75px, -164.25px) rotateY(255deg); } .star:nth-child(43)::before { content: "L"; position: absolute; -webkit-animation: code 1369ms -1960ms infinite; animation: code 1369ms -1960ms infinite; } .star:nth-child(44) { transform: translate3d(-68.25px, 264.25px, 119.25px) rotateY(12deg); } .star:nth-child(44)::before { content: "L"; position: absolute; -webkit-animation: code 1117ms -193ms infinite; animation: code 1117ms -193ms infinite; } .star:nth-child(45) { transform: translate3d(5.5px, -103.25px, -91px) rotateY(346deg); } .star:nth-child(45)::before { content: "L"; position: absolute; -webkit-animation: code 1924ms -726ms infinite; animation: code 1924ms -726ms infinite; } .star:nth-child(46) { transform: translate3d(-32.5px, 91.25px, -95.75px) rotateY(298deg); } .star:nth-child(46)::before { content: "L"; position: absolute; -webkit-animation: code 1604ms -1678ms infinite; animation: code 1604ms -1678ms infinite; } .star:nth-child(47) { transform: translate3d(-13.25px, 192px, 49.25px) rotateY(175deg); } .star:nth-child(47)::before { content: "L"; position: absolute; -webkit-animation: code 1825ms -996ms infinite; animation: code 1825ms -996ms infinite; } .star:nth-child(48) { transform: translate3d(-118.25px, -2.75px, 223px) rotateY(66deg); } .star:nth-child(48)::before { content: "L"; position: absolute; -webkit-animation: code 1782ms -255ms infinite; animation: code 1782ms -255ms infinite; } .star:nth-child(49) { transform: translate3d(139.25px, 105.75px, -8.25px) rotateY(298deg); } .star:nth-child(49)::before { content: "L"; position: absolute; -webkit-animation: code 1414ms -891ms infinite; animation: code 1414ms -891ms infinite; } .star:nth-child(50) { transform: translate3d(17.75px, 250.5px, 204.5px) rotateY(117deg); } .star:nth-child(50)::before { content: "L"; position: absolute; -webkit-animation: code 1238ms -1261ms infinite; animation: code 1238ms -1261ms infinite; } .star:nth-child(51) { transform: translate3d(1.25px, 57px, -75.25px) rotateY(343deg); } .star:nth-child(51)::before { content: "L"; position: absolute; -webkit-animation: code 1139ms -1249ms infinite; animation: code 1139ms -1249ms infinite; } .star:nth-child(52) { transform: translate3d(156.5px, 146.75px, 9.5px) rotateY(202deg); } .star:nth-child(52)::before { content: "L"; position: absolute; -webkit-animation: code 1953ms -176ms infinite; animation: code 1953ms -176ms infinite; } .star:nth-child(53) { transform: translate3d(-277.5px, -20.75px, 17px) rotateY(130deg); } .star:nth-child(53)::before { content: "L"; position: absolute; -webkit-animation: code 1679ms -1020ms infinite; animation: code 1679ms -1020ms infinite; } .star:nth-child(54) { transform: translate3d(100px, -192px, -237px) rotateY(254deg); } .star:nth-child(54)::before { content: "L"; position: absolute; -webkit-animation: code 1561ms -219ms infinite; animation: code 1561ms -219ms infinite; } .star:nth-child(55) { transform: translate3d(230.5px, -22.25px, 7.75px) rotateY(148deg); } .star:nth-child(55)::before { content: "L"; position: absolute; -webkit-animation: code 1007ms -207ms infinite; animation: code 1007ms -207ms infinite; } .star:nth-child(56) { transform: translate3d(88.75px, -26.5px, 127px) rotateY(18deg); } .star:nth-child(56)::before { content: "L"; position: absolute; -webkit-animation: code 1857ms -1802ms infinite; animation: code 1857ms -1802ms infinite; } .star:nth-child(57) { transform: translate3d(-160.25px, -227.25px, 35.25px) rotateY(38deg); } .star:nth-child(57)::before { content: "L"; position: absolute; -webkit-animation: code 1011ms -63ms infinite; animation: code 1011ms -63ms infinite; } .star:nth-child(58) { transform: translate3d(255.5px, 79.5px, 136.5px) rotateY(297deg); } .star:nth-child(58)::before { content: "L"; position: absolute; -webkit-animation: code 1301ms -1165ms infinite; animation: code 1301ms -1165ms infinite; } .star:nth-child(59) { transform: translate3d(108px, 315px, -65px) rotateY(135deg); } .star:nth-child(59)::before { content: "L"; position: absolute; -webkit-animation: code 1700ms -1075ms infinite; animation: code 1700ms -1075ms infinite; } .star:nth-child(60) { transform: translate3d(-98.25px, 37px, -4.25px) rotateY(55deg); } .star:nth-child(60)::before { content: "L"; position: absolute; -webkit-animation: code 1601ms -1067ms infinite; animation: code 1601ms -1067ms infinite; } .star:nth-child(61) { transform: translate3d(38px, -136px, -233.5px) rotateY(173deg); } .star:nth-child(61)::before { content: "L"; position: absolute; -webkit-animation: code 1869ms -1679ms infinite; animation: code 1869ms -1679ms infinite; } .star:nth-child(62) { transform: translate3d(185.75px, 56.25px, 88.25px) rotateY(297deg); } .star:nth-child(62)::before { content: "L"; position: absolute; -webkit-animation: code 1291ms -1349ms infinite; animation: code 1291ms -1349ms infinite; } .star:nth-child(63) { transform: translate3d(157.5px, 246.5px, 259.75px) rotateY(217deg); } .star:nth-child(63)::before { content: "L"; position: absolute; -webkit-animation: code 1695ms -51ms infinite; animation: code 1695ms -51ms infinite; } .star:nth-child(64) { transform: translate3d(-140.25px, -78.5px, -24.75px) rotateY(75deg); } .star:nth-child(64)::before { content: "L"; position: absolute; -webkit-animation: code 1912ms -1323ms infinite; animation: code 1912ms -1323ms infinite; } .star:nth-child(65) { transform: translate3d(199.75px, -90px, 74.25px) rotateY(141deg); } .star:nth-child(65)::before { content: "L"; position: absolute; -webkit-animation: code 1894ms -746ms infinite; animation: code 1894ms -746ms infinite; } .star:nth-child(66) { transform: translate3d(172.75px, 22.5px, -310.25px) rotateY(288deg); } .star:nth-child(66)::before { content: "L"; position: absolute; -webkit-animation: code 1134ms -980ms infinite; animation: code 1134ms -980ms infinite; } .star:nth-child(67) { transform: translate3d(164.75px, 86.5px, 117.25px) rotateY(70deg); } .star:nth-child(67)::before { content: "L"; position: absolute; -webkit-animation: code 1030ms -534ms infinite; animation: code 1030ms -534ms infinite; } .star:nth-child(68) { transform: translate3d(-56px, 259.25px, 156.75px) rotateY(211deg); } .star:nth-child(68)::before { content: "L"; position: absolute; -webkit-animation: code 1150ms -818ms infinite; animation: code 1150ms -818ms infinite; } .star:nth-child(69) { transform: translate3d(136px, -11.25px, 10.5px) rotateY(242deg); } .star:nth-child(69)::before { content: "L"; position: absolute; -webkit-animation: code 1741ms -816ms infinite; animation: code 1741ms -816ms infinite; } .star:nth-child(70) { transform: translate3d(9.25px, -40px, -146.75px) rotateY(262deg); } .star:nth-child(70)::before { content: "L"; position: absolute; -webkit-animation: code 1837ms -641ms infinite; animation: code 1837ms -641ms infinite; } .star:nth-child(71) { transform: translate3d(36.75px, 133px, 221.5px) rotateY(11deg); } .star:nth-child(71)::before { content: "L"; position: absolute; -webkit-animation: code 1549ms -545ms infinite; animation: code 1549ms -545ms infinite; } .star:nth-child(72) { transform: translate3d(-137.25px, 37.75px, 134.5px) rotateY(35deg); } .star:nth-child(72)::before { content: "L"; position: absolute; -webkit-animation: code 1994ms -81ms infinite; animation: code 1994ms -81ms infinite; } .star:nth-child(73) { transform: translate3d(-122.25px, -68.75px, -141.5px) rotateY(235deg); } .star:nth-child(73)::before { content: "L"; position: absolute; -webkit-animation: code 1088ms -604ms infinite; animation: code 1088ms -604ms infinite; } .star:nth-child(74) { transform: translate3d(247.5px, 249.25px, 266.75px) rotateY(231deg); } .star:nth-child(74)::before { content: "L"; position: absolute; -webkit-animation: code 1059ms -216ms infinite; animation: code 1059ms -216ms infinite; } .star:nth-child(75) { transform: translate3d(12px, 140.5px, -15.5px) rotateY(112deg); } .star:nth-child(75)::before { content: "L"; position: absolute; -webkit-animation: code 1147ms -544ms infinite; animation: code 1147ms -544ms infinite; } .star:nth-child(76) { transform: translate3d(-176px, -202.25px, -82.75px) rotateY(109deg); } .star:nth-child(76)::before { content: "L"; position: absolute; -webkit-animation: code 1270ms -647ms infinite; animation: code 1270ms -647ms infinite; } .star:nth-child(77) { transform: translate3d(110.75px, 56.25px, 188.75px) rotateY(240deg); } .star:nth-child(77)::before { content: "L"; position: absolute; -webkit-animation: code 1255ms -823ms infinite; animation: code 1255ms -823ms infinite; } .star:nth-child(78) { transform: translate3d(-96px, -216.75px, 181.75px) rotateY(104deg); } .star:nth-child(78)::before { content: "L"; position: absolute; -webkit-animation: code 1823ms -1460ms infinite; animation: code 1823ms -1460ms infinite; } .star:nth-child(79) { transform: translate3d(110px, -14px, -257.25px) rotateY(327deg); } .star:nth-child(79)::before { content: "L"; position: absolute; -webkit-animation: code 1613ms -853ms infinite; animation: code 1613ms -853ms infinite; } .star:nth-child(80) { transform: translate3d(167.75px, 160.25px, -217.5px) rotateY(105deg); } .star:nth-child(80)::before { content: "L"; position: absolute; -webkit-animation: code 1710ms -451ms infinite; animation: code 1710ms -451ms infinite; } .star:nth-child(81) { transform: translate3d(18.5px, -100.25px, 15px) rotateY(4deg); } .star:nth-child(81)::before { content: "L"; position: absolute; -webkit-animation: code 1023ms -737ms infinite; animation: code 1023ms -737ms infinite; } .star:nth-child(82) { transform: translate3d(-24.5px, 112.75px, -116px) rotateY(294deg); } .star:nth-child(82)::before { content: "L"; position: absolute; -webkit-animation: code 1958ms -280ms infinite; animation: code 1958ms -280ms infinite; } .star:nth-child(83) { transform: translate3d(-32px, -137.5px, -247px) rotateY(316deg); } .star:nth-child(83)::before { content: "L"; position: absolute; -webkit-animation: code 1746ms -1900ms infinite; animation: code 1746ms -1900ms infinite; } .star:nth-child(84) { transform: translate3d(-58px, 13.75px, 240.5px) rotateY(147deg); } .star:nth-child(84)::before { content: "L"; position: absolute; -webkit-animation: code 1648ms -544ms infinite; animation: code 1648ms -544ms infinite; } .star:nth-child(85) { transform: translate3d(224.25px, -195px, 174px) rotateY(327deg); } .star:nth-child(85)::before { content: "L"; position: absolute; -webkit-animation: code 1057ms -1241ms infinite; animation: code 1057ms -1241ms infinite; } .star:nth-child(86) { transform: translate3d(34.5px, 109px, -141.5px) rotateY(161deg); } .star:nth-child(86)::before { content: "L"; position: absolute; -webkit-animation: code 1281ms -1548ms infinite; animation: code 1281ms -1548ms infinite; } .star:nth-child(87) { transform: translate3d(72.75px, -29.75px, -212px) rotateY(40deg); } .star:nth-child(87)::before { content: "L"; position: absolute; -webkit-animation: code 1890ms -665ms infinite; animation: code 1890ms -665ms infinite; } .star:nth-child(88) { transform: translate3d(-70.25px, -129.25px, 65.75px) rotateY(51deg); } .star:nth-child(88)::before { content: "L"; position: absolute; -webkit-animation: code 1479ms -1314ms infinite; animation: code 1479ms -1314ms infinite; } .star:nth-child(89) { transform: translate3d(27px, -105.25px, 126px) rotateY(116deg); } .star:nth-child(89)::before { content: "L"; position: absolute; -webkit-animation: code 1296ms -1284ms infinite; animation: code 1296ms -1284ms infinite; } .star:nth-child(90) { transform: translate3d(21.75px, 122px, 16.5px) rotateY(282deg); } .star:nth-child(90)::before { content: "L"; position: absolute; -webkit-animation: code 1930ms -745ms infinite; animation: code 1930ms -745ms infinite; } .star:nth-child(91) { transform: translate3d(-28px, -105px, 114.75px) rotateY(273deg); } .star:nth-child(91)::before { content: "L"; position: absolute; -webkit-animation: code 1507ms -1558ms infinite; animation: code 1507ms -1558ms infinite; } .star:nth-child(92) { transform: translate3d(128.75px, -74.25px, 73.5px) rotateY(178deg); } .star:nth-child(92)::before { content: "L"; position: absolute; -webkit-animation: code 1703ms -1408ms infinite; animation: code 1703ms -1408ms infinite; } .star:nth-child(93) { transform: translate3d(-227.75px, -57.25px, -31px) rotateY(220deg); } .star:nth-child(93)::before { content: "L"; position: absolute; -webkit-animation: code 1199ms -175ms infinite; animation: code 1199ms -175ms infinite; } .star:nth-child(94) { transform: translate3d(156.25px, -243.25px, -242.5px) rotateY(350deg); } .star:nth-child(94)::before { content: "L"; position: absolute; -webkit-animation: code 1147ms -1720ms infinite; animation: code 1147ms -1720ms infinite; } .star:nth-child(95) { transform: translate3d(10.5px, 127px, -288.25px) rotateY(245deg); } .star:nth-child(95)::before { content: "L"; position: absolute; -webkit-animation: code 1667ms -1189ms infinite; animation: code 1667ms -1189ms infinite; } .star:nth-child(96) { transform: translate3d(-131.75px, -227.25px, 4.5px) rotateY(312deg); } .star:nth-child(96)::before { content: "L"; position: absolute; -webkit-animation: code 1237ms -1900ms infinite; animation: code 1237ms -1900ms infinite; } .star:nth-child(97) { transform: translate3d(14.75px, -60.5px, -74px) rotateY(300deg); } .star:nth-child(97)::before { content: "L"; position: absolute; -webkit-animation: code 1046ms -349ms infinite; animation: code 1046ms -349ms infinite; } .star:nth-child(98) { transform: translate3d(-17.25px, 180.25px, 246.75px) rotateY(34deg); } .star:nth-child(98)::before { content: "L"; position: absolute; -webkit-animation: code 1332ms -1622ms infinite; animation: code 1332ms -1622ms infinite; } .star:nth-child(99) { transform: translate3d(-2.5px, 35px, 67.25px) rotateY(216deg); } .star:nth-child(99)::before { content: "L"; position: absolute; -webkit-animation: code 1952ms -1776ms infinite; animation: code 1952ms -1776ms infinite; } .star:nth-child(100) { transform: translate3d(-74.5px, -78px, -91.5px) rotateY(44deg); } .star:nth-child(100)::before { content: "L"; position: absolute; -webkit-animation: code 1647ms -323ms infinite; animation: code 1647ms -323ms infinite; } .star:nth-child(101) { transform: translate3d(38px, -165px, 72.5px) rotateY(352deg); } .star:nth-child(101)::before { content: "L"; position: absolute; -webkit-animation: code 1457ms -1518ms infinite; animation: code 1457ms -1518ms infinite; } .star:nth-child(102) { transform: translate3d(80px, -137.75px, -23.25px) rotateY(252deg); } .star:nth-child(102)::before { content: "L"; position: absolute; -webkit-animation: code 1600ms -715ms infinite; animation: code 1600ms -715ms infinite; } .star:nth-child(103) { transform: translate3d(-74.75px, 24.5px, -245.5px) rotateY(196deg); } .star:nth-child(103)::before { content: "L"; position: absolute; -webkit-animation: code 1724ms -120ms infinite; animation: code 1724ms -120ms infinite; } .star:nth-child(104) { transform: translate3d(0px, -51.75px, -177.75px) rotateY(207deg); } .star:nth-child(104)::before { content: "L"; position: absolute; -webkit-animation: code 1306ms -33ms infinite; animation: code 1306ms -33ms infinite; } .star:nth-child(105) { transform: translate3d(-214.75px, -23px, -155.5px) rotateY(226deg); } .star:nth-child(105)::before { content: "L"; position: absolute; -webkit-animation: code 1036ms -1176ms infinite; animation: code 1036ms -1176ms infinite; } .star:nth-child(106) { transform: translate3d(-59px, -110.25px, -168.75px) rotateY(187deg); } .star:nth-child(106)::before { content: "L"; position: absolute; -webkit-animation: code 1748ms -1901ms infinite; animation: code 1748ms -1901ms infinite; } .star:nth-child(107) { transform: translate3d(140px, 87.25px, 66.25px) rotateY(96deg); } .star:nth-child(107)::before { content: "L"; position: absolute; -webkit-animation: code 1126ms -1688ms infinite; animation: code 1126ms -1688ms infinite; } .star:nth-child(108) { transform: translate3d(77.5px, 46.5px, -53.25px) rotateY(204deg); } .star:nth-child(108)::before { content: "L"; position: absolute; -webkit-animation: code 1377ms -1703ms infinite; animation: code 1377ms -1703ms infinite; } .star:nth-child(109) { transform: translate3d(-114.25px, 26.75px, -160.75px) rotateY(284deg); } .star:nth-child(109)::before { content: "L"; position: absolute; -webkit-animation: code 1553ms -1378ms infinite; animation: code 1553ms -1378ms infinite; } .star:nth-child(110) { transform: translate3d(65.25px, 10px, -69.25px) rotateY(209deg); } .star:nth-child(110)::before { content: "L"; position: absolute; -webkit-animation: code 1565ms -265ms infinite; animation: code 1565ms -265ms infinite; } .star:nth-child(111) { transform: translate3d(-299.75px, 41px, -80px) rotateY(127deg); } .star:nth-child(111)::before { content: "L"; position: absolute; -webkit-animation: code 1566ms -249ms infinite; animation: code 1566ms -249ms infinite; } .star:nth-child(112) { transform: translate3d(-18px, 59.5px, -96.25px) rotateY(246deg); } .star:nth-child(112)::before { content: "L"; position: absolute; -webkit-animation: code 1852ms -1891ms infinite; animation: code 1852ms -1891ms infinite; } .star:nth-child(113) { transform: translate3d(-63px, 15.25px, -166.25px) rotateY(225deg); } .star:nth-child(113)::before { content: "L"; position: absolute; -webkit-animation: code 1568ms -1370ms infinite; animation: code 1568ms -1370ms infinite; } .star:nth-child(114) { transform: translate3d(-202.75px, -8px, -159.75px) rotateY(224deg); } .star:nth-child(114)::before { content: "L"; position: absolute; -webkit-animation: code 1335ms -1800ms infinite; animation: code 1335ms -1800ms infinite; } .star:nth-child(115) { transform: translate3d(110.25px, 106.75px, 235.25px) rotateY(110deg); } .star:nth-child(115)::before { content: "L"; position: absolute; -webkit-animation: code 1867ms -1112ms infinite; animation: code 1867ms -1112ms infinite; } .star:nth-child(116) { transform: translate3d(74px, 97px, -100.5px) rotateY(317deg); } .star:nth-child(116)::before { content: "L"; position: absolute; -webkit-animation: code 1981ms -289ms infinite; animation: code 1981ms -289ms infinite; } .star:nth-child(117) { transform: translate3d(-16px, 46.75px, 86px) rotateY(102deg); } .star:nth-child(117)::before { content: "L"; position: absolute; -webkit-animation: code 1932ms -454ms infinite; animation: code 1932ms -454ms infinite; } .star:nth-child(118) { transform: translate3d(-92px, 97.25px, -175.75px) rotateY(328deg); } .star:nth-child(118)::before { content: "L"; position: absolute; -webkit-animation: code 1101ms -632ms infinite; animation: code 1101ms -632ms infinite; } .star:nth-child(119) { transform: translate3d(-88.5px, 73.75px, -203px) rotateY(165deg); } .star:nth-child(119)::before { content: "L"; position: absolute; -webkit-animation: code 1850ms -111ms infinite; animation: code 1850ms -111ms infinite; } .star:nth-child(120) { transform: translate3d(107.75px, 95.5px, -86.25px) rotateY(298deg); } .star:nth-child(120)::before { content: "L"; position: absolute; -webkit-animation: code 1692ms -1530ms infinite; animation: code 1692ms -1530ms infinite; } .star:nth-child(121) { transform: translate3d(142px, 49.5px, -198.25px) rotateY(47deg); } .star:nth-child(121)::before { content: "L"; position: absolute; -webkit-animation: code 1081ms -1320ms infinite; animation: code 1081ms -1320ms infinite; } .star:nth-child(122) { transform: translate3d(187.5px, 19.75px, 10px) rotateY(231deg); } .star:nth-child(122)::before { content: "L"; position: absolute; -webkit-animation: code 1120ms -167ms infinite; animation: code 1120ms -167ms infinite; } .star:nth-child(123) { transform: translate3d(16.75px, -100.5px, -46.5px) rotateY(27deg); } .star:nth-child(123)::before { content: "L"; position: absolute; -webkit-animation: code 1448ms -1322ms infinite; animation: code 1448ms -1322ms infinite; } .star:nth-child(124) { transform: translate3d(326.25px, -153.25px, -226px) rotateY(146deg); } .star:nth-child(124)::before { content: "L"; position: absolute; -webkit-animation: code 1989ms -19ms infinite; animation: code 1989ms -19ms infinite; } .star:nth-child(125) { transform: translate3d(-68.25px, -16.25px, -179.25px) rotateY(253deg); } .star:nth-child(125)::before { content: "L"; position: absolute; -webkit-animation: code 1492ms -1797ms infinite; animation: code 1492ms -1797ms infinite; } .star:nth-child(126) { transform: translate3d(-293px, 90.75px, -106px) rotateY(264deg); } .star:nth-child(126)::before { content: "L"; position: absolute; -webkit-animation: code 1878ms -338ms infinite; animation: code 1878ms -338ms infinite; } .star:nth-child(127) { transform: translate3d(-46px, 15px, 79.75px) rotateY(33deg); } .star:nth-child(127)::before { content: "L"; position: absolute; -webkit-animation: code 1036ms -682ms infinite; animation: code 1036ms -682ms infinite; } .star:nth-child(128) { transform: translate3d(127.75px, 94.5px, -255.75px) rotateY(209deg); } .star:nth-child(128)::before { content: "L"; position: absolute; -webkit-animation: code 1228ms -478ms infinite; animation: code 1228ms -478ms infinite; } .star:nth-child(129) { transform: translate3d(4.5px, 49px, -22.25px) rotateY(247deg); } .star:nth-child(129)::before { content: "L"; position: absolute; -webkit-animation: code 1996ms -951ms infinite; animation: code 1996ms -951ms infinite; } .star:nth-child(130) { transform: translate3d(-14.75px, -172px, 137px) rotateY(20deg); } .star:nth-child(130)::before { content: "L"; position: absolute; -webkit-animation: code 1761ms -298ms infinite; animation: code 1761ms -298ms infinite; } .star:nth-child(131) { transform: translate3d(-5.75px, -114px, 103.5px) rotateY(103deg); } .star:nth-child(131)::before { content: "L"; position: absolute; -webkit-animation: code 1846ms -407ms infinite; animation: code 1846ms -407ms infinite; } .star:nth-child(132) { transform: translate3d(-210.25px, -19.25px, 93.25px) rotateY(174deg); } .star:nth-child(132)::before { content: "L"; position: absolute; -webkit-animation: code 1973ms -1233ms infinite; animation: code 1973ms -1233ms infinite; } .star:nth-child(133) { transform: translate3d(225px, 102.75px, 47.75px) rotateY(257deg); } .star:nth-child(133)::before { content: "L"; position: absolute; -webkit-animation: code 1958ms -1005ms infinite; animation: code 1958ms -1005ms infinite; } .star:nth-child(134) { transform: translate3d(68.25px, -46.75px, 276.5px) rotateY(142deg); } .star:nth-child(134)::before { content: "L"; position: absolute; -webkit-animation: code 1947ms -541ms infinite; animation: code 1947ms -541ms infinite; } .star:nth-child(135) { transform: translate3d(-191.25px, -177.25px, -40px) rotateY(308deg); } .star:nth-child(135)::before { content: "L"; position: absolute; -webkit-animation: code 1259ms -1459ms infinite; animation: code 1259ms -1459ms infinite; } .star:nth-child(136) { transform: translate3d(-51.75px, -174.75px, 190px) rotateY(150deg); } .star:nth-child(136)::before { content: "L"; position: absolute; -webkit-animation: code 1963ms -1482ms infinite; animation: code 1963ms -1482ms infinite; } .star:nth-child(137) { transform: translate3d(61px, -185px, -43.5px) rotateY(130deg); } .star:nth-child(137)::before { content: "L"; position: absolute; -webkit-animation: code 1640ms -291ms infinite; animation: code 1640ms -291ms infinite; } .star:nth-child(138) { transform: translate3d(-131.75px, -142.75px, -212.75px) rotateY(57deg); } .star:nth-child(138)::before { content: "L"; position: absolute; -webkit-animation: code 1142ms -1715ms infinite; animation: code 1142ms -1715ms infinite; } .star:nth-child(139) { transform: translate3d(109.25px, -72.5px, -233.75px) rotateY(338deg); } .star:nth-child(139)::before { content: "L"; position: absolute; -webkit-animation: code 1261ms -560ms infinite; animation: code 1261ms -560ms infinite; } .star:nth-child(140) { transform: translate3d(-2.25px, 40.25px, -3.75px) rotateY(24deg); } .star:nth-child(140)::before { content: "L"; position: absolute; -webkit-animation: code 1749ms -251ms infinite; animation: code 1749ms -251ms infinite; } .star:nth-child(141) { transform: translate3d(-63.25px, 76.75px, 83.75px) rotateY(258deg); } .star:nth-child(141)::before { content: "L"; position: absolute; -webkit-animation: code 1167ms -1850ms infinite; animation: code 1167ms -1850ms infinite; } .star:nth-child(142) { transform: translate3d(-208.25px, 59.5px, 61.75px) rotateY(250deg); } .star:nth-child(142)::before { content: "L"; position: absolute; -webkit-animation: code 1300ms -550ms infinite; animation: code 1300ms -550ms infinite; } .star:nth-child(143) { transform: translate3d(129.25px, 116px, 130px) rotateY(17deg); } .star:nth-child(143)::before { content: "L"; position: absolute; -webkit-animation: code 1604ms -193ms infinite; animation: code 1604ms -193ms infinite; } .star:nth-child(144) { transform: translate3d(-191px, 17.25px, -17px) rotateY(6deg); } .star:nth-child(144)::before { content: "L"; position: absolute; -webkit-animation: code 1264ms -125ms infinite; animation: code 1264ms -125ms infinite; } .star:nth-child(145) { transform: translate3d(187.5px, -148.5px, -95.5px) rotateY(299deg); } .star:nth-child(145)::before { content: "L"; position: absolute; -webkit-animation: code 1112ms -593ms infinite; animation: code 1112ms -593ms infinite; } .star:nth-child(146) { transform: translate3d(89.75px, -273px, 137.5px) rotateY(187deg); } .star:nth-child(146)::before { content: "L"; position: absolute; -webkit-animation: code 1973ms -1174ms infinite; animation: code 1973ms -1174ms infinite; } .star:nth-child(147) { transform: translate3d(-81.75px, -122.25px, -138.25px) rotateY(289deg); } .star:nth-child(147)::before { content: "L"; position: absolute; -webkit-animation: code 1143ms -1713ms infinite; animation: code 1143ms -1713ms infinite; } .star:nth-child(148) { transform: translate3d(22.5px, -49.25px, -25.75px) rotateY(325deg); } .star:nth-child(148)::before { content: "L"; position: absolute; -webkit-animation: code 1815ms -1157ms infinite; animation: code 1815ms -1157ms infinite; } .star:nth-child(149) { transform: translate3d(35px, -301.25px, -102px) rotateY(266deg); } .star:nth-child(149)::before { content: "L"; position: absolute; -webkit-animation: code 1116ms -717ms infinite; animation: code 1116ms -717ms infinite; } .star:nth-child(150) { transform: translate3d(75.75px, 108.5px, -28.25px) rotateY(108deg); } .star:nth-child(150)::before { content: "L"; position: absolute; -webkit-animation: code 1296ms -566ms infinite; animation: code 1296ms -566ms infinite; } .star:nth-child(151) { transform: translate3d(303px, -118.25px, -37.25px) rotateY(339deg); } .star:nth-child(151)::before { content: "L"; position: absolute; -webkit-animation: code 1503ms -1647ms infinite; animation: code 1503ms -1647ms infinite; } .star:nth-child(152) { transform: translate3d(19.25px, 177px, 44.5px) rotateY(116deg); } .star:nth-child(152)::before { content: "L"; position: absolute; -webkit-animation: code 1275ms -1694ms infinite; animation: code 1275ms -1694ms infinite; } .star:nth-child(153) { transform: translate3d(184.75px, -3.25px, -54.75px) rotateY(315deg); } .star:nth-child(153)::before { content: "L"; position: absolute; -webkit-animation: code 1253ms -1347ms infinite; animation: code 1253ms -1347ms infinite; } .star:nth-child(154) { transform: translate3d(49.25px, 59.5px, 242px) rotateY(46deg); } .star:nth-child(154)::before { content: "L"; position: absolute; -webkit-animation: code 1570ms -1124ms infinite; animation: code 1570ms -1124ms infinite; } .star:nth-child(155) { transform: translate3d(-142px, 154.5px, -306px) rotateY(204deg); } .star:nth-child(155)::before { content: "L"; position: absolute; -webkit-animation: code 1623ms -1163ms infinite; animation: code 1623ms -1163ms infinite; } .star:nth-child(156) { transform: translate3d(148px, -117.75px, -277.5px) rotateY(146deg); } .star:nth-child(156)::before { content: "L"; position: absolute; -webkit-animation: code 1984ms -194ms infinite; animation: code 1984ms -194ms infinite; } .star:nth-child(157) { transform: translate3d(209px, -74.5px, -35.25px) rotateY(196deg); } .star:nth-child(157)::before { content: "L"; position: absolute; -webkit-animation: code 1923ms -111ms infinite; animation: code 1923ms -111ms infinite; } .star:nth-child(158) { transform: translate3d(275.25px, -62.75px, -164.75px) rotateY(74deg); } .star:nth-child(158)::before { content: "L"; position: absolute; -webkit-animation: code 1617ms -1614ms infinite; animation: code 1617ms -1614ms infinite; } .star:nth-child(159) { transform: translate3d(-145px, -189.75px, -23px) rotateY(258deg); } .star:nth-child(159)::before { content: "L"; position: absolute; -webkit-animation: code 1952ms -1188ms infinite; animation: code 1952ms -1188ms infinite; } .star:nth-child(160) { transform: translate3d(159px, -132.75px, 84.5px) rotateY(346deg); } .star:nth-child(160)::before { content: "L"; position: absolute; -webkit-animation: code 1296ms -69ms infinite; animation: code 1296ms -69ms infinite; } .star:nth-child(161) { transform: translate3d(-162.75px, -20.25px, -15.25px) rotateY(247deg); } .star:nth-child(161)::before { content: "L"; position: absolute; -webkit-animation: code 1623ms -1232ms infinite; animation: code 1623ms -1232ms infinite; } .star:nth-child(162) { transform: translate3d(90.5px, 253.75px, -4.5px) rotateY(279deg); } .star:nth-child(162)::before { content: "L"; position: absolute; -webkit-animation: code 1354ms -399ms infinite; animation: code 1354ms -399ms infinite; } .star:nth-child(163) { transform: translate3d(-140.5px, -203px, -45px) rotateY(180deg); } .star:nth-child(163)::before { content: "L"; position: absolute; -webkit-animation: code 1052ms -1033ms infinite; animation: code 1052ms -1033ms infinite; } .star:nth-child(164) { transform: translate3d(-307px, -21.5px, 87px) rotateY(173deg); } .star:nth-child(164)::before { content: "L"; position: absolute; -webkit-animation: code 1456ms -1049ms infinite; animation: code 1456ms -1049ms infinite; } .star:nth-child(165) { transform: translate3d(-15px, -118.5px, 223.75px) rotateY(117deg); } .star:nth-child(165)::before { content: "L"; position: absolute; -webkit-animation: code 1412ms -864ms infinite; animation: code 1412ms -864ms infinite; } .star:nth-child(166) { transform: translate3d(-227px, 96.75px, -1.25px) rotateY(238deg); } .star:nth-child(166)::before { content: "L"; position: absolute; -webkit-animation: code 1392ms -1648ms infinite; animation: code 1392ms -1648ms infinite; } .star:nth-child(167) { transform: translate3d(-107.75px, -294.25px, -180.25px) rotateY(50deg); } .star:nth-child(167)::before { content: "L"; position: absolute; -webkit-animation: code 1038ms -945ms infinite; animation: code 1038ms -945ms infinite; } .star:nth-child(168) { transform: translate3d(-29px, 42.5px, 42.25px) rotateY(304deg); } .star:nth-child(168)::before { content: "L"; position: absolute; -webkit-animation: code 1570ms -694ms infinite; animation: code 1570ms -694ms infinite; } .star:nth-child(169) { transform: translate3d(293.5px, -254.25px, 184.5px) rotateY(95deg); } .star:nth-child(169)::before { content: "L"; position: absolute; -webkit-animation: code 1805ms -1664ms infinite; animation: code 1805ms -1664ms infinite; } .star:nth-child(170) { transform: translate3d(193.5px, 15px, 216.75px) rotateY(147deg); } .star:nth-child(170)::before { content: "L"; position: absolute; -webkit-animation: code 1560ms -1694ms infinite; animation: code 1560ms -1694ms infinite; } .star:nth-child(171) { transform: translate3d(-59.75px, 67.5px, -62.25px) rotateY(239deg); } .star:nth-child(171)::before { content: "L"; position: absolute; -webkit-animation: code 1476ms -474ms infinite; animation: code 1476ms -474ms infinite; } .star:nth-child(172) { transform: translate3d(-45px, -46.25px, -99.5px) rotateY(83deg); } .star:nth-child(172)::before { content: "L"; position: absolute; -webkit-animation: code 1793ms -615ms infinite; animation: code 1793ms -615ms infinite; } .star:nth-child(173) { transform: translate3d(112.25px, -37.25px, 207px) rotateY(313deg); } .star:nth-child(173)::before { content: "L"; position: absolute; -webkit-animation: code 1527ms -543ms infinite; animation: code 1527ms -543ms infinite; } .star:nth-child(174) { transform: translate3d(-331.75px, -43.75px, -24px) rotateY(33deg); } .star:nth-child(174)::before { content: "L"; position: absolute; -webkit-animation: code 1289ms -754ms infinite; animation: code 1289ms -754ms infinite; } .star:nth-child(175) { transform: translate3d(-87.25px, 120.75px, -57.25px) rotateY(44deg); } .star:nth-child(175)::before { content: "L"; position: absolute; -webkit-animation: code 1870ms -671ms infinite; animation: code 1870ms -671ms infinite; } .star:nth-child(176) { transform: translate3d(-59px, 14px, 153.25px) rotateY(237deg); } .star:nth-child(176)::before { content: "L"; position: absolute; -webkit-animation: code 1528ms -199ms infinite; animation: code 1528ms -199ms infinite; } .star:nth-child(177) { transform: translate3d(219.25px, -92.75px, 320px) rotateY(103deg); } .star:nth-child(177)::before { content: "L"; position: absolute; -webkit-animation: code 1297ms -891ms infinite; animation: code 1297ms -891ms infinite; } .star:nth-child(178) { transform: translate3d(-84.75px, -29px, 69.5px) rotateY(191deg); } .star:nth-child(178)::before { content: "L"; position: absolute; -webkit-animation: code 1159ms -1256ms infinite; animation: code 1159ms -1256ms infinite; } .star:nth-child(179) { transform: translate3d(-175.75px, -105.25px, 60.25px) rotateY(123deg); } .star:nth-child(179)::before { content: "L"; position: absolute; -webkit-animation: code 1833ms -138ms infinite; animation: code 1833ms -138ms infinite; } .star:nth-child(180) { transform: translate3d(161px, 58.5px, 115.5px) rotateY(126deg); } .star:nth-child(180)::before { content: "L"; position: absolute; -webkit-animation: code 1679ms -934ms infinite; animation: code 1679ms -934ms infinite; } .star:nth-child(181) { transform: translate3d(-107.5px, 192.25px, 33.25px) rotateY(104deg); } .star:nth-child(181)::before { content: "L"; position: absolute; -webkit-animation: code 1139ms -210ms infinite; animation: code 1139ms -210ms infinite; } .star:nth-child(182) { transform: translate3d(251.75px, -171.25px, 108.25px) rotateY(177deg); } .star:nth-child(182)::before { content: "L"; position: absolute; -webkit-animation: code 1896ms -1356ms infinite; animation: code 1896ms -1356ms infinite; } .star:nth-child(183) { transform: translate3d(-144px, -56px, 90px) rotateY(50deg); } .star:nth-child(183)::before { content: "L"; position: absolute; -webkit-animation: code 1218ms -1131ms infinite; animation: code 1218ms -1131ms infinite; } .star:nth-child(184) { transform: translate3d(101px, 256.5px, -126.25px) rotateY(90deg); } .star:nth-child(184)::before { content: "L"; position: absolute; -webkit-animation: code 1895ms -1237ms infinite; animation: code 1895ms -1237ms infinite; } .star:nth-child(185) { transform: translate3d(16px, -291.25px, 216.5px) rotateY(153deg); } .star:nth-child(185)::before { content: "L"; position: absolute; -webkit-animation: code 1485ms -1855ms infinite; animation: code 1485ms -1855ms infinite; } .star:nth-child(186) { transform: translate3d(124.75px, 104.25px, -80.5px) rotateY(195deg); } .star:nth-child(186)::before { content: "L"; position: absolute; -webkit-animation: code 1432ms -1107ms infinite; animation: code 1432ms -1107ms infinite; } .star:nth-child(187) { transform: translate3d(2.75px, 251px, 51.5px) rotateY(248deg); } .star:nth-child(187)::before { content: "L"; position: absolute; -webkit-animation: code 1371ms -204ms infinite; animation: code 1371ms -204ms infinite; } .star:nth-child(188) { transform: translate3d(146.5px, 27.75px, 97.75px) rotateY(294deg); } .star:nth-child(188)::before { content: "L"; position: absolute; -webkit-animation: code 1683ms -1876ms infinite; animation: code 1683ms -1876ms infinite; } .star:nth-child(189) { transform: translate3d(-155.5px, 116px, -93.5px) rotateY(32deg); } .star:nth-child(189)::before { content: "L"; position: absolute; -webkit-animation: code 1144ms -407ms infinite; animation: code 1144ms -407ms infinite; } .star:nth-child(190) { transform: translate3d(-260.75px, -160px, -113.5px) rotateY(317deg); } .star:nth-child(190)::before { content: "L"; position: absolute; -webkit-animation: code 1833ms -426ms infinite; animation: code 1833ms -426ms infinite; } .star:nth-child(191) { transform: translate3d(307.75px, -89.25px, 256.25px) rotateY(41deg); } .star:nth-child(191)::before { content: "L"; position: absolute; -webkit-animation: code 1207ms -1538ms infinite; animation: code 1207ms -1538ms infinite; } .star:nth-child(192) { transform: translate3d(-74.25px, -101.5px, -25px) rotateY(49deg); } .star:nth-child(192)::before { content: "L"; position: absolute; -webkit-animation: code 1336ms -111ms infinite; animation: code 1336ms -111ms infinite; } .star:nth-child(193) { transform: translate3d(39.5px, -201.75px, 192px) rotateY(332deg); } .star:nth-child(193)::before { content: "L"; position: absolute; -webkit-animation: code 1188ms -1924ms infinite; animation: code 1188ms -1924ms infinite; } .star:nth-child(194) { transform: translate3d(-346.5px, -140px, -67px) rotateY(168deg); } .star:nth-child(194)::before { content: "L"; position: absolute; -webkit-animation: code 1323ms -1860ms infinite; animation: code 1323ms -1860ms infinite; } .star:nth-child(195) { transform: translate3d(57.25px, 260.5px, -390.5px) rotateY(198deg); } .star:nth-child(195)::before { content: "L"; position: absolute; -webkit-animation: code 1320ms -1974ms infinite; animation: code 1320ms -1974ms infinite; } .star:nth-child(196) { transform: translate3d(-275px, -259.25px, -39px) rotateY(308deg); } .star:nth-child(196)::before { content: "L"; position: absolute; -webkit-animation: code 1568ms -668ms infinite; animation: code 1568ms -668ms infinite; } .star:nth-child(197) { transform: translate3d(175.75px, -82.75px, -100px) rotateY(18deg); } .star:nth-child(197)::before { content: "L"; position: absolute; -webkit-animation: code 1268ms -957ms infinite; animation: code 1268ms -957ms infinite; } .star:nth-child(198) { transform: translate3d(140.5px, 17px, 187.5px) rotateY(35deg); } .star:nth-child(198)::before { content: "L"; position: absolute; -webkit-animation: code 1360ms -1341ms infinite; animation: code 1360ms -1341ms infinite; } .star:nth-child(199) { transform: translate3d(129.25px, -60.25px, 22.75px) rotateY(345deg); } .star:nth-child(199)::before { content: "L"; position: absolute; -webkit-animation: code 1866ms -809ms infinite; animation: code 1866ms -809ms infinite; } .star:nth-child(200) { transform: translate3d(33.5px, -183.75px, -2.75px) rotateY(235deg); } .star:nth-child(200)::before { content: "L"; position: absolute; -webkit-animation: code 1061ms -1598ms infinite; animation: code 1061ms -1598ms infinite; } .star:nth-child(201) { transform: translate3d(-159.25px, -74px, 239.25px) rotateY(340deg); } .star:nth-child(201)::before { content: "L"; position: absolute; -webkit-animation: code 1378ms -1525ms infinite; animation: code 1378ms -1525ms infinite; } .star:nth-child(202) { transform: translate3d(-296.25px, -36.75px, -240.75px) rotateY(156deg); } .star:nth-child(202)::before { content: "L"; position: absolute; -webkit-animation: code 1179ms -1617ms infinite; animation: code 1179ms -1617ms infinite; } .star:nth-child(203) { transform: translate3d(-89.75px, 89px, 136.75px) rotateY(146deg); } .star:nth-child(203)::before { content: "L"; position: absolute; -webkit-animation: code 1398ms -1238ms infinite; animation: code 1398ms -1238ms infinite; } .star:nth-child(204) { transform: translate3d(50.5px, -159.75px, -95.25px) rotateY(117deg); } .star:nth-child(204)::before { content: "L"; position: absolute; -webkit-animation: code 1376ms -961ms infinite; animation: code 1376ms -961ms infinite; } .star:nth-child(205) { transform: translate3d(128.5px, -61.5px, -81px) rotateY(141deg); } .star:nth-child(205)::before { content: "L"; position: absolute; -webkit-animation: code 1281ms -937ms infinite; animation: code 1281ms -937ms infinite; } .star:nth-child(206) { transform: translate3d(44.25px, 15px, -336px) rotateY(216deg); } .star:nth-child(206)::before { content: "L"; position: absolute; -webkit-animation: code 1259ms -1714ms infinite; animation: code 1259ms -1714ms infinite; } .star:nth-child(207) { transform: translate3d(-114.5px, -166.25px, 99.5px) rotateY(358deg); } .star:nth-child(207)::before { content: "L"; position: absolute; -webkit-animation: code 1797ms -1649ms infinite; animation: code 1797ms -1649ms infinite; } .star:nth-child(208) { transform: translate3d(-154px, 169.25px, -70.75px) rotateY(78deg); } .star:nth-child(208)::before { content: "L"; position: absolute; -webkit-animation: code 1837ms -12ms infinite; animation: code 1837ms -12ms infinite; } .star:nth-child(209) { transform: translate3d(-348px, 79.5px, 13px) rotateY(5deg); } .star:nth-child(209)::before { content: "L"; position: absolute; -webkit-animation: code 1892ms -670ms infinite; animation: code 1892ms -670ms infinite; } .star:nth-child(210) { transform: translate3d(-82.25px, 127.75px, -35.25px) rotateY(92deg); } .star:nth-child(210)::before { content: "L"; position: absolute; -webkit-animation: code 1278ms -300ms infinite; animation: code 1278ms -300ms infinite; } .star:nth-child(211) { transform: translate3d(-98.75px, 342.5px, -148.5px) rotateY(65deg); } .star:nth-child(211)::before { content: "L"; position: absolute; -webkit-animation: code 1746ms -1203ms infinite; animation: code 1746ms -1203ms infinite; } .star:nth-child(212) { transform: translate3d(161.5px, 81.25px, 176.75px) rotateY(44deg); } .star:nth-child(212)::before { content: "L"; position: absolute; -webkit-animation: code 1382ms -1860ms infinite; animation: code 1382ms -1860ms infinite; } .star:nth-child(213) { transform: translate3d(-160.25px, -225.25px, 131px) rotateY(339deg); } .star:nth-child(213)::before { content: "L"; position: absolute; -webkit-animation: code 1254ms -1371ms infinite; animation: code 1254ms -1371ms infinite; } .star:nth-child(214) { transform: translate3d(134.5px, -41.75px, 37.75px) rotateY(112deg); } .star:nth-child(214)::before { content: "L"; position: absolute; -webkit-animation: code 1041ms -1523ms infinite; animation: code 1041ms -1523ms infinite; } .star:nth-child(215) { transform: translate3d(-125px, -21.75px, -112.75px) rotateY(26deg); } .star:nth-child(215)::before { content: "L"; position: absolute; -webkit-animation: code 1599ms -585ms infinite; animation: code 1599ms -585ms infinite; } .star:nth-child(216) { transform: translate3d(-294.5px, -35.75px, 108.5px) rotateY(262deg); } .star:nth-child(216)::before { content: "L"; position: absolute; -webkit-animation: code 1480ms -1994ms infinite; animation: code 1480ms -1994ms infinite; } .star:nth-child(217) { transform: translate3d(-188.5px, 3.75px, 124px) rotateY(90deg); } .star:nth-child(217)::before { content: "L"; position: absolute; -webkit-animation: code 1927ms -42ms infinite; animation: code 1927ms -42ms infinite; } .star:nth-child(218) { transform: translate3d(95.25px, 211.25px, -107.75px) rotateY(233deg); } .star:nth-child(218)::before { content: "L"; position: absolute; -webkit-animation: code 1129ms -1692ms infinite; animation: code 1129ms -1692ms infinite; } .star:nth-child(219) { transform: translate3d(59.75px, -77.25px, 147.25px) rotateY(119deg); } .star:nth-child(219)::before { content: "L"; position: absolute; -webkit-animation: code 1493ms -4ms infinite; animation: code 1493ms -4ms infinite; } .star:nth-child(220) { transform: translate3d(296px, 149.5px, -35.75px) rotateY(154deg); } .star:nth-child(220)::before { content: "L"; position: absolute; -webkit-animation: code 1119ms -1464ms infinite; animation: code 1119ms -1464ms infinite; } .star:nth-child(221) { transform: translate3d(61.75px, -131.75px, 213.75px) rotateY(104deg); } .star:nth-child(221)::before { content: "L"; position: absolute; -webkit-animation: code 1367ms -1879ms infinite; animation: code 1367ms -1879ms infinite; } .star:nth-child(222) { transform: translate3d(-25.25px, -10.75px, 12.5px) rotateY(18deg); } .star:nth-child(222)::before { content: "L"; position: absolute; -webkit-animation: code 1936ms -439ms infinite; animation: code 1936ms -439ms infinite; } .star:nth-child(223) { transform: translate3d(157.25px, -71.75px, -176.75px) rotateY(30deg); } .star:nth-child(223)::before { content: "L"; position: absolute; -webkit-animation: code 1185ms -1151ms infinite; animation: code 1185ms -1151ms infinite; } .star:nth-child(224) { transform: translate3d(-225.25px, 49px, -4.25px) rotateY(57deg); } .star:nth-child(224)::before { content: "L"; position: absolute; -webkit-animation: code 1809ms -720ms infinite; animation: code 1809ms -720ms infinite; } .star:nth-child(225) { transform: translate3d(101.75px, 72px, 84.25px) rotateY(219deg); } .star:nth-child(225)::before { content: "L"; position: absolute; -webkit-animation: code 1688ms -1611ms infinite; animation: code 1688ms -1611ms infinite; } .star:nth-child(226) { transform: translate3d(-37.75px, 99.75px, 92px) rotateY(42deg); } .star:nth-child(226)::before { content: "L"; position: absolute; -webkit-animation: code 1313ms -642ms infinite; animation: code 1313ms -642ms infinite; } .star:nth-child(227) { transform: translate3d(-56.25px, 53.5px, -15.5px) rotateY(312deg); } .star:nth-child(227)::before { content: "L"; position: absolute; -webkit-animation: code 1477ms -1618ms infinite; animation: code 1477ms -1618ms infinite; } .star:nth-child(228) { transform: translate3d(-125px, -66px, 229.25px) rotateY(152deg); } .star:nth-child(228)::before { content: "L"; position: absolute; -webkit-animation: code 1441ms -833ms infinite; animation: code 1441ms -833ms infinite; } .star:nth-child(229) { transform: translate3d(-132.75px, -85.5px, -22.5px) rotateY(244deg); } .star:nth-child(229)::before { content: "L"; position: absolute; -webkit-animation: code 1449ms -532ms infinite; animation: code 1449ms -532ms infinite; } .star:nth-child(230) { transform: translate3d(-27.5px, -54.75px, -49.75px) rotateY(308deg); } .star:nth-child(230)::before { content: "L"; position: absolute; -webkit-animation: code 1412ms -120ms infinite; animation: code 1412ms -120ms infinite; } .star:nth-child(231) { transform: translate3d(74.25px, 13.75px, 35.75px) rotateY(102deg); } .star:nth-child(231)::before { content: "L"; position: absolute; -webkit-animation: code 1123ms -1811ms infinite; animation: code 1123ms -1811ms infinite; } .star:nth-child(232) { transform: translate3d(-17.5px, 21.25px, 34.25px) rotateY(221deg); } .star:nth-child(232)::before { content: "L"; position: absolute; -webkit-animation: code 1217ms -1483ms infinite; animation: code 1217ms -1483ms infinite; } .star:nth-child(233) { transform: translate3d(-38.75px, -160.25px, 195px) rotateY(297deg); } .star:nth-child(233)::before { content: "L"; position: absolute; -webkit-animation: code 1110ms -1803ms infinite; animation: code 1110ms -1803ms infinite; } .star:nth-child(234) { transform: translate3d(-177.25px, -5.5px, -407.5px) rotateY(275deg); } .star:nth-child(234)::before { content: "L"; position: absolute; -webkit-animation: code 1138ms -1882ms infinite; animation: code 1138ms -1882ms infinite; } .star:nth-child(235) { transform: translate3d(104px, 130.75px, 359.75px) rotateY(313deg); } .star:nth-child(235)::before { content: "L"; position: absolute; -webkit-animation: code 1710ms -1612ms infinite; animation: code 1710ms -1612ms infinite; } .star:nth-child(236) { transform: translate3d(-47.5px, 105.5px, -14px) rotateY(186deg); } .star:nth-child(236)::before { content: "L"; position: absolute; -webkit-animation: code 1831ms -562ms infinite; animation: code 1831ms -562ms infinite; } .star:nth-child(237) { transform: translate3d(289.25px, -217px, 57px) rotateY(34deg); } .star:nth-child(237)::before { content: "L"; position: absolute; -webkit-animation: code 1919ms -808ms infinite; animation: code 1919ms -808ms infinite; } .star:nth-child(238) { transform: translate3d(-115.75px, -257.75px, 165.5px) rotateY(40deg); } .star:nth-child(238)::before { content: "L"; position: absolute; -webkit-animation: code 1873ms -600ms infinite; animation: code 1873ms -600ms infinite; } .star:nth-child(239) { transform: translate3d(-33.25px, -134.5px, -164px) rotateY(325deg); } .star:nth-child(239)::before { content: "L"; position: absolute; -webkit-animation: code 1593ms -1125ms infinite; animation: code 1593ms -1125ms infinite; } .star:nth-child(240) { transform: translate3d(-80.75px, -170.75px, -39.5px) rotateY(236deg); } .star:nth-child(240)::before { content: "L"; position: absolute; -webkit-animation: code 1400ms -1896ms infinite; animation: code 1400ms -1896ms infinite; } .star:nth-child(241) { transform: translate3d(127.5px, 111.25px, -189.25px) rotateY(175deg); } .star:nth-child(241)::before { content: "L"; position: absolute; -webkit-animation: code 1303ms -1062ms infinite; animation: code 1303ms -1062ms infinite; } .star:nth-child(242) { transform: translate3d(-229.75px, 251.25px, 13.75px) rotateY(115deg); } .star:nth-child(242)::before { content: "L"; position: absolute; -webkit-animation: code 1921ms -520ms infinite; animation: code 1921ms -520ms infinite; } .star:nth-child(243) { transform: translate3d(117.25px, 182.25px, -237px) rotateY(252deg); } .star:nth-child(243)::before { content: "L"; position: absolute; -webkit-animation: code 1525ms -126ms infinite; animation: code 1525ms -126ms infinite; } .star:nth-child(244) { transform: translate3d(158.75px, -45.25px, -1.25px) rotateY(348deg); } .star:nth-child(244)::before { content: "L"; position: absolute; -webkit-animation: code 1188ms -546ms infinite; animation: code 1188ms -546ms infinite; } .star:nth-child(245) { transform: translate3d(-185.5px, 103.75px, 9px) rotateY(150deg); } .star:nth-child(245)::before { content: "L"; position: absolute; -webkit-animation: code 1980ms -940ms infinite; animation: code 1980ms -940ms infinite; } .star:nth-child(246) { transform: translate3d(43.25px, 42px, -5.25px) rotateY(86deg); } .star:nth-child(246)::before { content: "L"; position: absolute; -webkit-animation: code 1621ms -612ms infinite; animation: code 1621ms -612ms infinite; } .star:nth-child(247) { transform: translate3d(221px, -55.25px, 33px) rotateY(190deg); } .star:nth-child(247)::before { content: "L"; position: absolute; -webkit-animation: code 1582ms -1703ms infinite; animation: code 1582ms -1703ms infinite; } .star:nth-child(248) { transform: translate3d(255.25px, 32.25px, -215.5px) rotateY(62deg); } .star:nth-child(248)::before { content: "L"; position: absolute; -webkit-animation: code 1149ms -1495ms infinite; animation: code 1149ms -1495ms infinite; } .star:nth-child(249) { transform: translate3d(-79.5px, -52.75px, 88.5px) rotateY(167deg); } .star:nth-child(249)::before { content: "L"; position: absolute; -webkit-animation: code 1863ms -1290ms infinite; animation: code 1863ms -1290ms infinite; } .star:nth-child(250) { transform: translate3d(105px, 155.25px, 52.75px) rotateY(1deg); } .star:nth-child(250)::before { content: "L"; position: absolute; -webkit-animation: code 1713ms -202ms infinite; animation: code 1713ms -202ms infinite; } .star:nth-child(251) { transform: translate3d(-117.25px, 55.75px, 86.5px) rotateY(35deg); } .star:nth-child(251)::before { content: "L"; position: absolute; -webkit-animation: code 1604ms -836ms infinite; animation: code 1604ms -836ms infinite; } .star:nth-child(252) { transform: translate3d(-132px, -32px, -59px) rotateY(80deg); } .star:nth-child(252)::before { content: "L"; position: absolute; -webkit-animation: code 1542ms -1853ms infinite; animation: code 1542ms -1853ms infinite; } .star:nth-child(253) { transform: translate3d(49.5px, -103px, -68px) rotateY(152deg); } .star:nth-child(253)::before { content: "L"; position: absolute; -webkit-animation: code 1372ms -843ms infinite; animation: code 1372ms -843ms infinite; } .star:nth-child(254) { transform: translate3d(262.25px, -49.25px, 207.75px) rotateY(210deg); } .star:nth-child(254)::before { content: "L"; position: absolute; -webkit-animation: code 1348ms -1127ms infinite; animation: code 1348ms -1127ms infinite; } .star:nth-child(255) { transform: translate3d(363.25px, 129.75px, -199.25px) rotateY(62deg); } .star:nth-child(255)::before { content: "L"; position: absolute; -webkit-animation: code 1294ms -1534ms infinite; animation: code 1294ms -1534ms infinite; } .star:nth-child(256) { transform: translate3d(-90px, -169.5px, 238.25px) rotateY(102deg); } .star:nth-child(256)::before { content: "L"; position: absolute; -webkit-animation: code 1480ms -961ms infinite; animation: code 1480ms -961ms infinite; } .star:nth-child(257) { transform: translate3d(-197.25px, 134.75px, 88.75px) rotateY(165deg); } .star:nth-child(257)::before { content: "L"; position: absolute; -webkit-animation: code 1239ms -1725ms infinite; animation: code 1239ms -1725ms infinite; } .star:nth-child(258) { transform: translate3d(168px, 19px, 205.75px) rotateY(150deg); } .star:nth-child(258)::before { content: "L"; position: absolute; -webkit-animation: code 1406ms -1469ms infinite; animation: code 1406ms -1469ms infinite; } .star:nth-child(259) { transform: translate3d(135.5px, 7px, 14.25px) rotateY(317deg); } .star:nth-child(259)::before { content: "L"; position: absolute; -webkit-animation: code 1810ms -1124ms infinite; animation: code 1810ms -1124ms infinite; } .star:nth-child(260) { transform: translate3d(48.25px, 17.5px, 272.75px) rotateY(135deg); } .star:nth-child(260)::before { content: "L"; position: absolute; -webkit-animation: code 1061ms -1031ms infinite; animation: code 1061ms -1031ms infinite; } .star:nth-child(261) { transform: translate3d(160.75px, -356px, -199px) rotateY(212deg); } .star:nth-child(261)::before { content: "L"; position: absolute; -webkit-animation: code 1268ms -1717ms infinite; animation: code 1268ms -1717ms infinite; } .star:nth-child(262) { transform: translate3d(2.75px, 3.5px, 23.25px) rotateY(159deg); } .star:nth-child(262)::before { content: "L"; position: absolute; -webkit-animation: code 1048ms -1022ms infinite; animation: code 1048ms -1022ms infinite; } .star:nth-child(263) { transform: translate3d(37px, 103px, -188.25px) rotateY(150deg); } .star:nth-child(263)::before { content: "L"; position: absolute; -webkit-animation: code 1346ms -1890ms infinite; animation: code 1346ms -1890ms infinite; } .star:nth-child(264) { transform: translate3d(12.75px, -205.75px, -80.5px) rotateY(203deg); } .star:nth-child(264)::before { content: "L"; position: absolute; -webkit-animation: code 1810ms -195ms infinite; animation: code 1810ms -195ms infinite; } .star:nth-child(265) { transform: translate3d(22px, 172.75px, -20.5px) rotateY(335deg); } .star:nth-child(265)::before { content: "L"; position: absolute; -webkit-animation: code 1402ms -1306ms infinite; animation: code 1402ms -1306ms infinite; } .star:nth-child(266) { transform: translate3d(94px, -128.5px, 40.75px) rotateY(51deg); } .star:nth-child(266)::before { content: "L"; position: absolute; -webkit-animation: code 1791ms -998ms infinite; animation: code 1791ms -998ms infinite; } .star:nth-child(267) { transform: translate3d(-224px, 303.75px, -181.25px) rotateY(343deg); } .star:nth-child(267)::before { content: "L"; position: absolute; -webkit-animation: code 1087ms -1776ms infinite; animation: code 1087ms -1776ms infinite; } .star:nth-child(268) { transform: translate3d(-112.75px, 22.25px, 17.5px) rotateY(150deg); } .star:nth-child(268)::before { content: "L"; position: absolute; -webkit-animation: code 1764ms -1293ms infinite; animation: code 1764ms -1293ms infinite; } .star:nth-child(269) { transform: translate3d(-29px, -129.25px, -152.25px) rotateY(270deg); } .star:nth-child(269)::before { content: "L"; position: absolute; -webkit-animation: code 1978ms -40ms infinite; animation: code 1978ms -40ms infinite; } .star:nth-child(270) { transform: translate3d(46px, -178.5px, -309.5px) rotateY(356deg); } .star:nth-child(270)::before { content: "L"; position: absolute; -webkit-animation: code 1290ms -981ms infinite; animation: code 1290ms -981ms infinite; } .star:nth-child(271) { transform: translate3d(113.5px, -187.25px, 229.75px) rotateY(359deg); } .star:nth-child(271)::before { content: "L"; position: absolute; -webkit-animation: code 1705ms -1015ms infinite; animation: code 1705ms -1015ms infinite; } .star:nth-child(272) { transform: translate3d(-132.75px, 31.75px, 193.5px) rotateY(26deg); } .star:nth-child(272)::before { content: "L"; position: absolute; -webkit-animation: code 1732ms -101ms infinite; animation: code 1732ms -101ms infinite; } .star:nth-child(273) { transform: translate3d(89.25px, -208.25px, -39.75px) rotateY(78deg); } .star:nth-child(273)::before { content: "L"; position: absolute; -webkit-animation: code 1801ms -857ms infinite; animation: code 1801ms -857ms infinite; } .star:nth-child(274) { transform: translate3d(210.5px, 146px, 28.75px) rotateY(82deg); } .star:nth-child(274)::before { content: "L"; position: absolute; -webkit-animation: code 1632ms -177ms infinite; animation: code 1632ms -177ms infinite; } .star:nth-child(275) { transform: translate3d(193.25px, 165px, 11.75px) rotateY(192deg); } .star:nth-child(275)::before { content: "L"; position: absolute; -webkit-animation: code 1309ms -762ms infinite; animation: code 1309ms -762ms infinite; } .star:nth-child(276) { transform: translate3d(135.5px, 64.25px, -4.25px) rotateY(194deg); } .star:nth-child(276)::before { content: "L"; position: absolute; -webkit-animation: code 1721ms -888ms infinite; animation: code 1721ms -888ms infinite; } .star:nth-child(277) { transform: translate3d(-159px, 244px, 75.25px) rotateY(119deg); } .star:nth-child(277)::before { content: "L"; position: absolute; -webkit-animation: code 1580ms -875ms infinite; animation: code 1580ms -875ms infinite; } .star:nth-child(278) { transform: translate3d(-156.5px, 22px, -131.5px) rotateY(239deg); } .star:nth-child(278)::before { content: "L"; position: absolute; -webkit-animation: code 1292ms -378ms infinite; animation: code 1292ms -378ms infinite; } .star:nth-child(279) { transform: translate3d(-76px, -181.5px, -234.5px) rotateY(306deg); } .star:nth-child(279)::before { content: "L"; position: absolute; -webkit-animation: code 1488ms -23ms infinite; animation: code 1488ms -23ms infinite; } .star:nth-child(280) { transform: translate3d(187.25px, 109.75px, 88.5px) rotateY(219deg); } .star:nth-child(280)::before { content: "L"; position: absolute; -webkit-animation: code 1858ms -1799ms infinite; animation: code 1858ms -1799ms infinite; } .star:nth-child(281) { transform: translate3d(147.25px, -37.75px, -9.5px) rotateY(244deg); } .star:nth-child(281)::before { content: "L"; position: absolute; -webkit-animation: code 1589ms -569ms infinite; animation: code 1589ms -569ms infinite; } .star:nth-child(282) { transform: translate3d(158.75px, -73px, 38.75px) rotateY(254deg); } .star:nth-child(282)::before { content: "L"; position: absolute; -webkit-animation: code 1679ms -487ms infinite; animation: code 1679ms -487ms infinite; } .star:nth-child(283) { transform: translate3d(9.5px, -175.75px, 98.5px) rotateY(359deg); } .star:nth-child(283)::before { content: "L"; position: absolute; -webkit-animation: code 1500ms -165ms infinite; animation: code 1500ms -165ms infinite; } .star:nth-child(284) { transform: translate3d(-122.5px, -178.25px, 64.5px) rotateY(53deg); } .star:nth-child(284)::before { content: "L"; position: absolute; -webkit-animation: code 1062ms -500ms infinite; animation: code 1062ms -500ms infinite; } .star:nth-child(285) { transform: translate3d(148.75px, -41px, -125px) rotateY(265deg); } .star:nth-child(285)::before { content: "L"; position: absolute; -webkit-animation: code 1393ms -434ms infinite; animation: code 1393ms -434ms infinite; } .star:nth-child(286) { transform: translate3d(-77px, -88.25px, -146.5px) rotateY(132deg); } .star:nth-child(286)::before { content: "L"; position: absolute; -webkit-animation: code 1441ms -133ms infinite; animation: code 1441ms -133ms infinite; } .star:nth-child(287) { transform: translate3d(-216px, 122.25px, 148.5px) rotateY(146deg); } .star:nth-child(287)::before { content: "L"; position: absolute; -webkit-animation: code 1146ms -1146ms infinite; animation: code 1146ms -1146ms infinite; } .star:nth-child(288) { transform: translate3d(64px, -163.5px, 3.25px) rotateY(312deg); } .star:nth-child(288)::before { content: "L"; position: absolute; -webkit-animation: code 1124ms -1508ms infinite; animation: code 1124ms -1508ms infinite; } .star:nth-child(289) { transform: translate3d(-41.5px, 26px, -184.75px) rotateY(139deg); } .star:nth-child(289)::before { content: "L"; position: absolute; -webkit-animation: code 1862ms -462ms infinite; animation: code 1862ms -462ms infinite; } .star:nth-child(290) { transform: translate3d(-95.5px, -129.75px, -14.75px) rotateY(190deg); } .star:nth-child(290)::before { content: "L"; position: absolute; -webkit-animation: code 1052ms -560ms infinite; animation: code 1052ms -560ms infinite; } .star:nth-child(291) { transform: translate3d(75.5px, -160.5px, 357.25px) rotateY(281deg); } .star:nth-child(291)::before { content: "L"; position: absolute; -webkit-animation: code 1240ms -1476ms infinite; animation: code 1240ms -1476ms infinite; } .star:nth-child(292) { transform: translate3d(55.5px, -99.75px, -48.25px) rotateY(35deg); } .star:nth-child(292)::before { content: "L"; position: absolute; -webkit-animation: code 1785ms -1683ms infinite; animation: code 1785ms -1683ms infinite; } .star:nth-child(293) { transform: translate3d(83.5px, -291.5px, -34.75px) rotateY(271deg); } .star:nth-child(293)::before { content: "L"; position: absolute; -webkit-animation: code 1019ms -1243ms infinite; animation: code 1019ms -1243ms infinite; } .star:nth-child(294) { transform: translate3d(-50.75px, -50.75px, -27.25px) rotateY(165deg); } .star:nth-child(294)::before { content: "L"; position: absolute; -webkit-animation: code 1029ms -1848ms infinite; animation: code 1029ms -1848ms infinite; } .star:nth-child(295) { transform: translate3d(229.25px, 122px, 142px) rotateY(208deg); } .star:nth-child(295)::before { content: "L"; position: absolute; -webkit-animation: code 1682ms -1084ms infinite; animation: code 1682ms -1084ms infinite; } .star:nth-child(296) { transform: translate3d(-117px, 191.25px, -132.75px) rotateY(107deg); } .star:nth-child(296)::before { content: "L"; position: absolute; -webkit-animation: code 1576ms -1779ms infinite; animation: code 1576ms -1779ms infinite; } .star:nth-child(297) { transform: translate3d(-216.75px, 23.5px, 81.5px) rotateY(32deg); } .star:nth-child(297)::before { content: "L"; position: absolute; -webkit-animation: code 1951ms -871ms infinite; animation: code 1951ms -871ms infinite; } .star:nth-child(298) { transform: translate3d(-63.25px, -59.5px, 159.25px) rotateY(32deg); } .star:nth-child(298)::before { content: "L"; position: absolute; -webkit-animation: code 1129ms -204ms infinite; animation: code 1129ms -204ms infinite; } .star:nth-child(299) { transform: translate3d(191.25px, 187.75px, 102.25px) rotateY(287deg); } .star:nth-child(299)::before { content: "L"; position: absolute; -webkit-animation: code 1197ms -590ms infinite; animation: code 1197ms -590ms infinite; } .star:nth-child(300) { transform: translate3d(91.25px, 165px, -114.25px) rotateY(170deg); } .star:nth-child(300)::before { content: "L"; position: absolute; -webkit-animation: code 1601ms -732ms infinite; animation: code 1601ms -732ms infinite; } .star:nth-child(301) { transform: translate3d(-0.25px, 144.5px, 53.25px) rotateY(266deg); } .star:nth-child(301)::before { content: "L"; position: absolute; -webkit-animation: code 1053ms -899ms infinite; animation: code 1053ms -899ms infinite; } .star:nth-child(302) { transform: translate3d(28.5px, -150.5px, -61px) rotateY(359deg); } .star:nth-child(302)::before { content: "L"; position: absolute; -webkit-animation: code 1424ms -44ms infinite; animation: code 1424ms -44ms infinite; } .star:nth-child(303) { transform: translate3d(2px, -34px, -40.25px) rotateY(275deg); } .star:nth-child(303)::before { content: "L"; position: absolute; -webkit-animation: code 1197ms -1881ms infinite; animation: code 1197ms -1881ms infinite; } .star:nth-child(304) { transform: translate3d(-167px, -165px, -69.25px) rotateY(283deg); } .star:nth-child(304)::before { content: "L"; position: absolute; -webkit-animation: code 1266ms -980ms infinite; animation: code 1266ms -980ms infinite; } .star:nth-child(305) { transform: translate3d(-162px, -132.25px, 6.75px) rotateY(233deg); } .star:nth-child(305)::before { content: "L"; position: absolute; -webkit-animation: code 1756ms -326ms infinite; animation: code 1756ms -326ms infinite; } .star:nth-child(306) { transform: translate3d(8.25px, 89.25px, 77.25px) rotateY(180deg); } .star:nth-child(306)::before { content: "L"; position: absolute; -webkit-animation: code 1012ms -1236ms infinite; animation: code 1012ms -1236ms infinite; } .star:nth-child(307) { transform: translate3d(-137.25px, -365.25px, -138.5px) rotateY(57deg); } .star:nth-child(307)::before { content: "L"; position: absolute; -webkit-animation: code 1954ms -1996ms infinite; animation: code 1954ms -1996ms infinite; } .star:nth-child(308) { transform: translate3d(-186px, 132.75px, 89px) rotateY(244deg); } .star:nth-child(308)::before { content: "L"; position: absolute; -webkit-animation: code 1084ms -365ms infinite; animation: code 1084ms -365ms infinite; } .star:nth-child(309) { transform: translate3d(11.25px, 52.5px, -35.25px) rotateY(200deg); } .star:nth-child(309)::before { content: "L"; position: absolute; -webkit-animation: code 1121ms -459ms infinite; animation: code 1121ms -459ms infinite; } .star:nth-child(310) { transform: translate3d(44.5px, -186.25px, -42.5px) rotateY(252deg); } .star:nth-child(310)::before { content: "L"; position: absolute; -webkit-animation: code 1326ms -576ms infinite; animation: code 1326ms -576ms infinite; } .star:nth-child(311) { transform: translate3d(41.5px, 176px, 149px) rotateY(299deg); } .star:nth-child(311)::before { content: "L"; position: absolute; -webkit-animation: code 1448ms -43ms infinite; animation: code 1448ms -43ms infinite; } .star:nth-child(312) { transform: translate3d(161.25px, 0.5px, -86.75px) rotateY(126deg); } .star:nth-child(312)::before { content: "L"; position: absolute; -webkit-animation: code 1855ms -1835ms infinite; animation: code 1855ms -1835ms infinite; } .star:nth-child(313) { transform: translate3d(-44.25px, -164px, 155px) rotateY(39deg); } .star:nth-child(313)::before { content: "L"; position: absolute; -webkit-animation: code 1586ms -286ms infinite; animation: code 1586ms -286ms infinite; } .star:nth-child(314) { transform: translate3d(-166.75px, -86.75px, -165px) rotateY(12deg); } .star:nth-child(314)::before { content: "L"; position: absolute; -webkit-animation: code 1480ms -590ms infinite; animation: code 1480ms -590ms infinite; } .star:nth-child(315) { transform: translate3d(85.5px, -39px, -5.25px) rotateY(265deg); } .star:nth-child(315)::before { content: "L"; position: absolute; -webkit-animation: code 1644ms -258ms infinite; animation: code 1644ms -258ms infinite; } .star:nth-child(316) { transform: translate3d(139.25px, 20px, 125.75px) rotateY(50deg); } .star:nth-child(316)::before { content: "L"; position: absolute; -webkit-animation: code 1557ms -1969ms infinite; animation: code 1557ms -1969ms infinite; } .star:nth-child(317) { transform: translate3d(-156px, -64.75px, -7px) rotateY(260deg); } .star:nth-child(317)::before { content: "L"; position: absolute; -webkit-animation: code 1156ms -214ms infinite; animation: code 1156ms -214ms infinite; } .star:nth-child(318) { transform: translate3d(-121px, -71px, -81.75px) rotateY(144deg); } .star:nth-child(318)::before { content: "L"; position: absolute; -webkit-animation: code 1022ms -1032ms infinite; animation: code 1022ms -1032ms infinite; } .star:nth-child(319) { transform: translate3d(44.5px, -11px, -212px) rotateY(133deg); } .star:nth-child(319)::before { content: "L"; position: absolute; -webkit-animation: code 1883ms -1193ms infinite; animation: code 1883ms -1193ms infinite; } .star:nth-child(320) { transform: translate3d(25.5px, 208.5px, 167.75px) rotateY(299deg); } .star:nth-child(320)::before { content: "L"; position: absolute; -webkit-animation: code 1342ms -1152ms infinite; animation: code 1342ms -1152ms infinite; } .star:nth-child(321) { transform: translate3d(200.5px, -128px, 75.75px) rotateY(115deg); } .star:nth-child(321)::before { content: "L"; position: absolute; -webkit-animation: code 1995ms -406ms infinite; animation: code 1995ms -406ms infinite; } .star:nth-child(322) { transform: translate3d(190px, -39.25px, 233.25px) rotateY(211deg); } .star:nth-child(322)::before { content: "L"; position: absolute; -webkit-animation: code 1656ms -1766ms infinite; animation: code 1656ms -1766ms infinite; } .star:nth-child(323) { transform: translate3d(-283.5px, -58.5px, -280.75px) rotateY(92deg); } .star:nth-child(323)::before { content: "L"; position: absolute; -webkit-animation: code 1644ms -1665ms infinite; animation: code 1644ms -1665ms infinite; } .star:nth-child(324) { transform: translate3d(-229.5px, 287.25px, -264.25px) rotateY(330deg); } .star:nth-child(324)::before { content: "L"; position: absolute; -webkit-animation: code 1634ms -704ms infinite; animation: code 1634ms -704ms infinite; } .star:nth-child(325) { transform: translate3d(156.25px, 164.25px, 32.75px) rotateY(4deg); } .star:nth-child(325)::before { content: "L"; position: absolute; -webkit-animation: code 1339ms -291ms infinite; animation: code 1339ms -291ms infinite; } .star:nth-child(326) { transform: translate3d(-37px, 27px, 251.75px) rotateY(250deg); } .star:nth-child(326)::before { content: "L"; position: absolute; -webkit-animation: code 1034ms -560ms infinite; animation: code 1034ms -560ms infinite; } .star:nth-child(327) { transform: translate3d(9px, -2.5px, -63px) rotateY(35deg); } .star:nth-child(327)::before { content: "L"; position: absolute; -webkit-animation: code 1630ms -488ms infinite; animation: code 1630ms -488ms infinite; } .star:nth-child(328) { transform: translate3d(-66.25px, -24px, 146.25px) rotateY(314deg); } .star:nth-child(328)::before { content: "L"; position: absolute; -webkit-animation: code 1530ms -1966ms infinite; animation: code 1530ms -1966ms infinite; } .star:nth-child(329) { transform: translate3d(-108.75px, 345.5px, 189.5px) rotateY(92deg); } .star:nth-child(329)::before { content: "L"; position: absolute; -webkit-animation: code 1946ms -1386ms infinite; animation: code 1946ms -1386ms infinite; } .star:nth-child(330) { transform: translate3d(-34px, -16.25px, -46px) rotateY(153deg); } .star:nth-child(330)::before { content: "L"; position: absolute; -webkit-animation: code 1552ms -1379ms infinite; animation: code 1552ms -1379ms infinite; } .star:nth-child(331) { transform: translate3d(-48.75px, 16.5px, -143.25px) rotateY(91deg); } .star:nth-child(331)::before { content: "L"; position: absolute; -webkit-animation: code 1940ms -993ms infinite; animation: code 1940ms -993ms infinite; } .star:nth-child(332) { transform: translate3d(2.25px, -97px, 379px) rotateY(99deg); } .star:nth-child(332)::before { content: "L"; position: absolute; -webkit-animation: code 1880ms -618ms infinite; animation: code 1880ms -618ms infinite; } .star:nth-child(333) { transform: translate3d(-62.75px, 13.25px, -113.25px) rotateY(163deg); } .star:nth-child(333)::before { content: "L"; position: absolute; -webkit-animation: code 1403ms -1565ms infinite; animation: code 1403ms -1565ms infinite; } .star:nth-child(334) { transform: translate3d(-54.25px, -3px, 100.75px) rotateY(272deg); } .star:nth-child(334)::before { content: "L"; position: absolute; -webkit-animation: code 1233ms -1435ms infinite; animation: code 1233ms -1435ms infinite; } .star:nth-child(335) { transform: translate3d(-156px, -287.75px, -93.5px) rotateY(190deg); } .star:nth-child(335)::before { content: "L"; position: absolute; -webkit-animation: code 1904ms -1189ms infinite; animation: code 1904ms -1189ms infinite; } .star:nth-child(336) { transform: translate3d(-117.5px, -162.5px, 272.5px) rotateY(330deg); } .star:nth-child(336)::before { content: "L"; position: absolute; -webkit-animation: code 1584ms -1830ms infinite; animation: code 1584ms -1830ms infinite; } .star:nth-child(337) { transform: translate3d(215.25px, -179.5px, -190.5px) rotateY(255deg); } .star:nth-child(337)::before { content: "L"; position: absolute; -webkit-animation: code 1711ms -358ms infinite; animation: code 1711ms -358ms infinite; } .star:nth-child(338) { transform: translate3d(-89.25px, 212.5px, -74.75px) rotateY(286deg); } .star:nth-child(338)::before { content: "L"; position: absolute; -webkit-animation: code 1873ms -551ms infinite; animation: code 1873ms -551ms infinite; } .star:nth-child(339) { transform: translate3d(244px, 148px, 151.5px) rotateY(89deg); } .star:nth-child(339)::before { content: "L"; position: absolute; -webkit-animation: code 1187ms -1991ms infinite; animation: code 1187ms -1991ms infinite; } .star:nth-child(340) { transform: translate3d(143px, 23.5px, -165.75px) rotateY(22deg); } .star:nth-child(340)::before { content: "L"; position: absolute; -webkit-animation: code 1743ms -124ms infinite; animation: code 1743ms -124ms infinite; } .star:nth-child(341) { transform: translate3d(-34px, -38.5px, -64px) rotateY(285deg); } .star:nth-child(341)::before { content: "L"; position: absolute; -webkit-animation: code 1063ms -1182ms infinite; animation: code 1063ms -1182ms infinite; } .star:nth-child(342) { transform: translate3d(6.25px, 160.5px, 17.75px) rotateY(56deg); } .star:nth-child(342)::before { content: "L"; position: absolute; -webkit-animation: code 1564ms -935ms infinite; animation: code 1564ms -935ms infinite; } .star:nth-child(343) { transform: translate3d(-22.25px, -210px, -113.5px) rotateY(135deg); } .star:nth-child(343)::before { content: "L"; position: absolute; -webkit-animation: code 1603ms -257ms infinite; animation: code 1603ms -257ms infinite; } .star:nth-child(344) { transform: translate3d(-131.25px, 36.25px, -90.75px) rotateY(355deg); } .star:nth-child(344)::before { content: "L"; position: absolute; -webkit-animation: code 1499ms -544ms infinite; animation: code 1499ms -544ms infinite; } .star:nth-child(345) { transform: translate3d(-93.5px, 220px, 95.25px) rotateY(342deg); } .star:nth-child(345)::before { content: "L"; position: absolute; -webkit-animation: code 1702ms -810ms infinite; animation: code 1702ms -810ms infinite; } .star:nth-child(346) { transform: translate3d(-59.75px, -168px, 34.5px) rotateY(181deg); } .star:nth-child(346)::before { content: "L"; position: absolute; -webkit-animation: code 1567ms -694ms infinite; animation: code 1567ms -694ms infinite; } .star:nth-child(347) { transform: translate3d(-49.25px, 188px, 201px) rotateY(1deg); } .star:nth-child(347)::before { content: "L"; position: absolute; -webkit-animation: code 1705ms -729ms infinite; animation: code 1705ms -729ms infinite; } .star:nth-child(348) { transform: translate3d(-260.5px, -14.25px, 153.25px) rotateY(53deg); } .star:nth-child(348)::before { content: "L"; position: absolute; -webkit-animation: code 1913ms -1225ms infinite; animation: code 1913ms -1225ms infinite; } .star:nth-child(349) { transform: translate3d(124px, 263.75px, 279px) rotateY(17deg); } .star:nth-child(349)::before { content: "L"; position: absolute; -webkit-animation: code 1325ms -1889ms infinite; animation: code 1325ms -1889ms infinite; } .star:nth-child(350) { transform: translate3d(-112px, 196px, 157.75px) rotateY(307deg); } .star:nth-child(350)::before { content: "L"; position: absolute; -webkit-animation: code 1416ms -197ms infinite; animation: code 1416ms -197ms infinite; } .star:nth-child(351) { transform: translate3d(-36.25px, 51.25px, 166.5px) rotateY(357deg); } .star:nth-child(351)::before { content: "L"; position: absolute; -webkit-animation: code 1125ms -1495ms infinite; animation: code 1125ms -1495ms infinite; } .star:nth-child(352) { transform: translate3d(-37.5px, 52.75px, -211.5px) rotateY(103deg); } .star:nth-child(352)::before { content: "L"; position: absolute; -webkit-animation: code 1459ms -1886ms infinite; animation: code 1459ms -1886ms infinite; } .star:nth-child(353) { transform: translate3d(179.75px, -32.75px, 31px) rotateY(107deg); } .star:nth-child(353)::before { content: "L"; position: absolute; -webkit-animation: code 1121ms -235ms infinite; animation: code 1121ms -235ms infinite; } .star:nth-child(354) { transform: translate3d(-21.25px, -279px, -188px) rotateY(229deg); } .star:nth-child(354)::before { content: "L"; position: absolute; -webkit-animation: code 1561ms -899ms infinite; animation: code 1561ms -899ms infinite; } .star:nth-child(355) { transform: translate3d(-26.25px, -78.25px, -69px) rotateY(208deg); } .star:nth-child(355)::before { content: "L"; position: absolute; -webkit-animation: code 1886ms -205ms infinite; animation: code 1886ms -205ms infinite; } .star:nth-child(356) { transform: translate3d(7.75px, -104.25px, 77px) rotateY(161deg); } .star:nth-child(356)::before { content: "L"; position: absolute; -webkit-animation: code 1544ms -1608ms infinite; animation: code 1544ms -1608ms infinite; } .star:nth-child(357) { transform: translate3d(77.5px, 115.25px, 86px) rotateY(220deg); } .star:nth-child(357)::before { content: "L"; position: absolute; -webkit-animation: code 1491ms -1055ms infinite; animation: code 1491ms -1055ms infinite; } .star:nth-child(358) { transform: translate3d(41.25px, 171px, 93.75px) rotateY(235deg); } .star:nth-child(358)::before { content: "L"; position: absolute; -webkit-animation: code 1039ms -996ms infinite; animation: code 1039ms -996ms infinite; } .star:nth-child(359) { transform: translate3d(2.75px, -127px, 182.25px) rotateY(230deg); } .star:nth-child(359)::before { content: "L"; position: absolute; -webkit-animation: code 1351ms -1468ms infinite; animation: code 1351ms -1468ms infinite; } .star:nth-child(360) { transform: translate3d(-69.25px, 37px, -94.5px) rotateY(63deg); } .star:nth-child(360)::before { content: "L"; position: absolute; -webkit-animation: code 1664ms -32ms infinite; animation: code 1664ms -32ms infinite; } .star:nth-child(361) { transform: translate3d(208px, 12.5px, 87.75px) rotateY(30deg); } .star:nth-child(361)::before { content: "L"; position: absolute; -webkit-animation: code 1016ms -302ms infinite; animation: code 1016ms -302ms infinite; } .star:nth-child(362) { transform: translate3d(-377px, -216.25px, 51.75px) rotateY(185deg); } .star:nth-child(362)::before { content: "L"; position: absolute; -webkit-animation: code 1611ms -498ms infinite; animation: code 1611ms -498ms infinite; } .star:nth-child(363) { transform: translate3d(-55.75px, 294.5px, -113px) rotateY(91deg); } .star:nth-child(363)::before { content: "L"; position: absolute; -webkit-animation: code 1655ms -124ms infinite; animation: code 1655ms -124ms infinite; } .star:nth-child(364) { transform: translate3d(164.75px, -116.75px, 79.5px) rotateY(302deg); } .star:nth-child(364)::before { content: "L"; position: absolute; -webkit-animation: code 1399ms -1051ms infinite; animation: code 1399ms -1051ms infinite; } .star:nth-child(365) { transform: translate3d(-159px, -49px, 54.75px) rotateY(165deg); } .star:nth-child(365)::before { content: "L"; position: absolute; -webkit-animation: code 1630ms -626ms infinite; animation: code 1630ms -626ms infinite; } .star:nth-child(366) { transform: translate3d(-32.75px, 23.5px, 61px) rotateY(199deg); } .star:nth-child(366)::before { content: "L"; position: absolute; -webkit-animation: code 1980ms -1519ms infinite; animation: code 1980ms -1519ms infinite; } .star:nth-child(367) { transform: translate3d(-130px, -150.5px, -12.5px) rotateY(263deg); } .star:nth-child(367)::before { content: "L"; position: absolute; -webkit-animation: code 1283ms -1068ms infinite; animation: code 1283ms -1068ms infinite; } .star:nth-child(368) { transform: translate3d(-39.25px, 98px, -99.75px) rotateY(280deg); } .star:nth-child(368)::before { content: "L"; position: absolute; -webkit-animation: code 1623ms -425ms infinite; animation: code 1623ms -425ms infinite; } .star:nth-child(369) { transform: translate3d(-23.75px, -187.5px, -216.25px) rotateY(333deg); } .star:nth-child(369)::before { content: "L"; position: absolute; -webkit-animation: code 1830ms -1645ms infinite; animation: code 1830ms -1645ms infinite; } .star:nth-child(370) { transform: translate3d(9.5px, 74.25px, 105px) rotateY(104deg); } .star:nth-child(370)::before { content: "L"; position: absolute; -webkit-animation: code 1521ms -1753ms infinite; animation: code 1521ms -1753ms infinite; } .star:nth-child(371) { transform: translate3d(-178px, 26.75px, -280.5px) rotateY(79deg); } .star:nth-child(371)::before { content: "L"; position: absolute; -webkit-animation: code 1769ms -1513ms infinite; animation: code 1769ms -1513ms infinite; } .star:nth-child(372) { transform: translate3d(-152.75px, 134.25px, 132.5px) rotateY(7deg); } .star:nth-child(372)::before { content: "L"; position: absolute; -webkit-animation: code 1343ms -666ms infinite; animation: code 1343ms -666ms infinite; } .star:nth-child(373) { transform: translate3d(221px, -58px, -269px) rotateY(18deg); } .star:nth-child(373)::before { content: "L"; position: absolute; -webkit-animation: code 1307ms -608ms infinite; animation: code 1307ms -608ms infinite; } .star:nth-child(374) { transform: translate3d(191.75px, 92.75px, 33.25px) rotateY(83deg); } .star:nth-child(374)::before { content: "L"; position: absolute; -webkit-animation: code 1066ms -445ms infinite; animation: code 1066ms -445ms infinite; } .star:nth-child(375) { transform: translate3d(-61.5px, -77.5px, -169px) rotateY(165deg); } .star:nth-child(375)::before { content: "L"; position: absolute; -webkit-animation: code 1992ms -9ms infinite; animation: code 1992ms -9ms infinite; } .star:nth-child(376) { transform: translate3d(-70px, -369.5px, 141.25px) rotateY(329deg); } .star:nth-child(376)::before { content: "L"; position: absolute; -webkit-animation: code 1153ms -500ms infinite; animation: code 1153ms -500ms infinite; } .star:nth-child(377) { transform: translate3d(7.5px, -112px, -135.5px) rotateY(300deg); } .star:nth-child(377)::before { content: "L"; position: absolute; -webkit-animation: code 1846ms -420ms infinite; animation: code 1846ms -420ms infinite; } .star:nth-child(378) { transform: translate3d(43.75px, -76.5px, 203px) rotateY(182deg); } .star:nth-child(378)::before { content: "L"; position: absolute; -webkit-animation: code 1695ms -1921ms infinite; animation: code 1695ms -1921ms infinite; } .star:nth-child(379) { transform: translate3d(54.75px, -216.5px, 98.75px) rotateY(26deg); } .star:nth-child(379)::before { content: "L"; position: absolute; -webkit-animation: code 1764ms -1717ms infinite; animation: code 1764ms -1717ms infinite; } .star:nth-child(380) { transform: translate3d(191.5px, 413.25px, 148.5px) rotateY(354deg); } .star:nth-child(380)::before { content: "L"; position: absolute; -webkit-animation: code 1745ms -814ms infinite; animation: code 1745ms -814ms infinite; } .star:nth-child(381) { transform: translate3d(27.75px, -134.5px, -25.5px) rotateY(202deg); } .star:nth-child(381)::before { content: "L"; position: absolute; -webkit-animation: code 1130ms -129ms infinite; animation: code 1130ms -129ms infinite; } .star:nth-child(382) { transform: translate3d(-33.75px, -140.75px, -195px) rotateY(302deg); } .star:nth-child(382)::before { content: "L"; position: absolute; -webkit-animation: code 1379ms -1648ms infinite; animation: code 1379ms -1648ms infinite; } .star:nth-child(383) { transform: translate3d(242.75px, 28.25px, -32.25px) rotateY(336deg); } .star:nth-child(383)::before { content: "L"; position: absolute; -webkit-animation: code 1425ms -573ms infinite; animation: code 1425ms -573ms infinite; } .star:nth-child(384) { transform: translate3d(-4.5px, 61px, 100px) rotateY(269deg); } .star:nth-child(384)::before { content: "L"; position: absolute; -webkit-animation: code 1598ms -365ms infinite; animation: code 1598ms -365ms infinite; } .star:nth-child(385) { transform: translate3d(-73px, -250px, 215px) rotateY(353deg); } .star:nth-child(385)::before { content: "L"; position: absolute; -webkit-animation: code 1736ms -1077ms infinite; animation: code 1736ms -1077ms infinite; } .star:nth-child(386) { transform: translate3d(42.75px, 21px, 11px) rotateY(266deg); } .star:nth-child(386)::before { content: "L"; position: absolute; -webkit-animation: code 1559ms -1757ms infinite; animation: code 1559ms -1757ms infinite; } .star:nth-child(387) { transform: translate3d(-183.75px, 81.25px, 138px) rotateY(81deg); } .star:nth-child(387)::before { content: "L"; position: absolute; -webkit-animation: code 1626ms -992ms infinite; animation: code 1626ms -992ms infinite; } .star:nth-child(388) { transform: translate3d(-182.25px, -70.25px, -116.75px) rotateY(155deg); } .star:nth-child(388)::before { content: "L"; position: absolute; -webkit-animation: code 1236ms -1666ms infinite; animation: code 1236ms -1666ms infinite; } .star:nth-child(389) { transform: translate3d(31.5px, -239.25px, 150.5px) rotateY(346deg); } .star:nth-child(389)::before { content: "L"; position: absolute; -webkit-animation: code 1065ms -1300ms infinite; animation: code 1065ms -1300ms infinite; } .star:nth-child(390) { transform: translate3d(-267.75px, -9.5px, 82px) rotateY(91deg); } .star:nth-child(390)::before { content: "L"; position: absolute; -webkit-animation: code 1739ms -906ms infinite; animation: code 1739ms -906ms infinite; } .star:nth-child(391) { transform: translate3d(-80px, 95px, -346.75px) rotateY(11deg); } .star:nth-child(391)::before { content: "L"; position: absolute; -webkit-animation: code 1093ms -1949ms infinite; animation: code 1093ms -1949ms infinite; } .star:nth-child(392) { transform: translate3d(23px, 120.25px, 29.25px) rotateY(53deg); } .star:nth-child(392)::before { content: "L"; position: absolute; -webkit-animation: code 1810ms -1842ms infinite; animation: code 1810ms -1842ms infinite; } .star:nth-child(393) { transform: translate3d(7.75px, -102px, 2.75px) rotateY(83deg); } .star:nth-child(393)::before { content: "L"; position: absolute; -webkit-animation: code 1031ms -1377ms infinite; animation: code 1031ms -1377ms infinite; } .star:nth-child(394) { transform: translate3d(37.75px, -15px, 76.5px) rotateY(129deg); } .star:nth-child(394)::before { content: "L"; position: absolute; -webkit-animation: code 1647ms -1309ms infinite; animation: code 1647ms -1309ms infinite; } .star:nth-child(395) { transform: translate3d(-36.5px, 255.75px, -84.25px) rotateY(191deg); } .star:nth-child(395)::before { content: "L"; position: absolute; -webkit-animation: code 1541ms -204ms infinite; animation: code 1541ms -204ms infinite; } .star:nth-child(396) { transform: translate3d(400.5px, 22px, -27px) rotateY(72deg); } .star:nth-child(396)::before { content: "L"; position: absolute; -webkit-animation: code 1752ms -1419ms infinite; animation: code 1752ms -1419ms infinite; } .star:nth-child(397) { transform: translate3d(-37.25px, -1px, 110.25px) rotateY(77deg); } .star:nth-child(397)::before { content: "L"; position: absolute; -webkit-animation: code 1792ms -487ms infinite; animation: code 1792ms -487ms infinite; } .star:nth-child(398) { transform: translate3d(-221.5px, 58.75px, -100.25px) rotateY(333deg); } .star:nth-child(398)::before { content: "L"; position: absolute; -webkit-animation: code 1716ms -1423ms infinite; animation: code 1716ms -1423ms infinite; } .star:nth-child(399) { transform: translate3d(213.75px, 224px, 298.25px) rotateY(113deg); } .star:nth-child(399)::before { content: "L"; position: absolute; -webkit-animation: code 1164ms -1581ms infinite; animation: code 1164ms -1581ms infinite; } .star:nth-child(400) { transform: translate3d(-37.5px, 158.5px, -54.75px) rotateY(222deg); } .star:nth-child(400)::before { content: "L"; position: absolute; -webkit-animation: code 1048ms -1841ms infinite; animation: code 1048ms -1841ms infinite; } .star:nth-child(401) { transform: translate3d(15px, 50.25px, -222.25px) rotateY(55deg); } .star:nth-child(401)::before { content: "L"; position: absolute; -webkit-animation: code 1994ms -330ms infinite; animation: code 1994ms -330ms infinite; } .star:nth-child(402) { transform: translate3d(-148.25px, 137px, 248.25px) rotateY(165deg); } .star:nth-child(402)::before { content: "L"; position: absolute; -webkit-animation: code 1455ms -232ms infinite; animation: code 1455ms -232ms infinite; } .star:nth-child(403) { transform: translate3d(-59.75px, -182.5px, -28.5px) rotateY(129deg); } .star:nth-child(403)::before { content: "L"; position: absolute; -webkit-animation: code 1053ms -1847ms infinite; animation: code 1053ms -1847ms infinite; } .star:nth-child(404) { transform: translate3d(10.75px, 86.5px, -101px) rotateY(206deg); } .star:nth-child(404)::before { content: "L"; position: absolute; -webkit-animation: code 1199ms -551ms infinite; animation: code 1199ms -551ms infinite; } .star:nth-child(405) { transform: translate3d(49.75px, 18.5px, 100px) rotateY(315deg); } .star:nth-child(405)::before { content: "L"; position: absolute; -webkit-animation: code 1344ms -1282ms infinite; animation: code 1344ms -1282ms infinite; } .star:nth-child(406) { transform: translate3d(-127.25px, -30.25px, 269px) rotateY(170deg); } .star:nth-child(406)::before { content: "L"; position: absolute; -webkit-animation: code 1448ms -717ms infinite; animation: code 1448ms -717ms infinite; } .star:nth-child(407) { transform: translate3d(126.25px, 144.5px, -88px) rotateY(11deg); } .star:nth-child(407)::before { content: "L"; position: absolute; -webkit-animation: code 1453ms -382ms infinite; animation: code 1453ms -382ms infinite; } .star:nth-child(408) { transform: translate3d(3px, -189.25px, -192.5px) rotateY(360deg); } .star:nth-child(408)::before { content: "L"; position: absolute; -webkit-animation: code 1706ms -142ms infinite; animation: code 1706ms -142ms infinite; } .star:nth-child(409) { transform: translate3d(-224.75px, -107.75px, 292.25px) rotateY(217deg); } .star:nth-child(409)::before { content: "L"; position: absolute; -webkit-animation: code 1673ms -609ms infinite; animation: code 1673ms -609ms infinite; } .star:nth-child(410) { transform: translate3d(-148.25px, -21px, -140px) rotateY(127deg); } .star:nth-child(410)::before { content: "L"; position: absolute; -webkit-animation: code 1761ms -1058ms infinite; animation: code 1761ms -1058ms infinite; } .star:nth-child(411) { transform: translate3d(81.75px, -272px, -214.5px) rotateY(164deg); } .star:nth-child(411)::before { content: "L"; position: absolute; -webkit-animation: code 1261ms -679ms infinite; animation: code 1261ms -679ms infinite; } .star:nth-child(412) { transform: translate3d(-293px, -103.75px, 14px) rotateY(355deg); } .star:nth-child(412)::before { content: "L"; position: absolute; -webkit-animation: code 1981ms -1150ms infinite; animation: code 1981ms -1150ms infinite; } .star:nth-child(413) { transform: translate3d(-177.25px, 104.75px, -146.75px) rotateY(81deg); } .star:nth-child(413)::before { content: "L"; position: absolute; -webkit-animation: code 1633ms -539ms infinite; animation: code 1633ms -539ms infinite; } .star:nth-child(414) { transform: translate3d(-205.25px, -269px, -6.25px) rotateY(154deg); } .star:nth-child(414)::before { content: "L"; position: absolute; -webkit-animation: code 1120ms -118ms infinite; animation: code 1120ms -118ms infinite; } .star:nth-child(415) { transform: translate3d(-81.5px, -5.25px, -4px) rotateY(71deg); } .star:nth-child(415)::before { content: "L"; position: absolute; -webkit-animation: code 1753ms -1902ms infinite; animation: code 1753ms -1902ms infinite; } .star:nth-child(416) { transform: translate3d(31.5px, -112.25px, -245.5px) rotateY(267deg); } .star:nth-child(416)::before { content: "L"; position: absolute; -webkit-animation: code 1222ms -1542ms infinite; animation: code 1222ms -1542ms infinite; } .star:nth-child(417) { transform: translate3d(-24.75px, -2.25px, -75.5px) rotateY(265deg); } .star:nth-child(417)::before { content: "L"; position: absolute; -webkit-animation: code 1836ms -1337ms infinite; animation: code 1836ms -1337ms infinite; } .star:nth-child(418) { transform: translate3d(105.5px, 105px, -14.75px) rotateY(328deg); } .star:nth-child(418)::before { content: "L"; position: absolute; -webkit-animation: code 1472ms -61ms infinite; animation: code 1472ms -61ms infinite; } .star:nth-child(419) { transform: translate3d(129.25px, 138.25px, -84px) rotateY(345deg); } .star:nth-child(419)::before { content: "L"; position: absolute; -webkit-animation: code 1576ms -596ms infinite; animation: code 1576ms -596ms infinite; } .star:nth-child(420) { transform: translate3d(125.75px, 39.25px, 133.25px) rotateY(3deg); } .star:nth-child(420)::before { content: "L"; position: absolute; -webkit-animation: code 1388ms -1274ms infinite; animation: code 1388ms -1274ms infinite; } .star:nth-child(421) { transform: translate3d(120px, 292.25px, 132.75px) rotateY(129deg); } .star:nth-child(421)::before { content: "L"; position: absolute; -webkit-animation: code 1053ms -356ms infinite; animation: code 1053ms -356ms infinite; } .star:nth-child(422) { transform: translate3d(65.25px, 112.75px, -36.5px) rotateY(253deg); } .star:nth-child(422)::before { content: "L"; position: absolute; -webkit-animation: code 1992ms -359ms infinite; animation: code 1992ms -359ms infinite; } .star:nth-child(423) { transform: translate3d(-0.25px, 66.25px, -32.25px) rotateY(286deg); } .star:nth-child(423)::before { content: "L"; position: absolute; -webkit-animation: code 1699ms -1220ms infinite; animation: code 1699ms -1220ms infinite; } .star:nth-child(424) { transform: translate3d(-153.25px, -138.75px, -8.25px) rotateY(265deg); } .star:nth-child(424)::before { content: "L"; position: absolute; -webkit-animation: code 1021ms -658ms infinite; animation: code 1021ms -658ms infinite; } .star:nth-child(425) { transform: translate3d(50.75px, -98.25px, 26.25px) rotateY(210deg); } .star:nth-child(425)::before { content: "L"; position: absolute; -webkit-animation: code 1163ms -870ms infinite; animation: code 1163ms -870ms infinite; } .star:nth-child(426) { transform: translate3d(32px, 60.25px, -116.25px) rotateY(81deg); } .star:nth-child(426)::before { content: "L"; position: absolute; -webkit-animation: code 1800ms -1253ms infinite; animation: code 1800ms -1253ms infinite; } .star:nth-child(427) { transform: translate3d(52.75px, -9px, -111.25px) rotateY(46deg); } .star:nth-child(427)::before { content: "L"; position: absolute; -webkit-animation: code 1360ms -212ms infinite; animation: code 1360ms -212ms infinite; } .star:nth-child(428) { transform: translate3d(-125.5px, -75.75px, -274px) rotateY(242deg); } .star:nth-child(428)::before { content: "L"; position: absolute; -webkit-animation: code 1540ms -901ms infinite; animation: code 1540ms -901ms infinite; } .star:nth-child(429) { transform: translate3d(88.25px, -0.75px, 22.75px) rotateY(134deg); } .star:nth-child(429)::before { content: "L"; position: absolute; -webkit-animation: code 1869ms -484ms infinite; animation: code 1869ms -484ms infinite; } .star:nth-child(430) { transform: translate3d(149.25px, 149.5px, -173.75px) rotateY(235deg); } .star:nth-child(430)::before { content: "L"; position: absolute; -webkit-animation: code 1456ms -1593ms infinite; animation: code 1456ms -1593ms infinite; } .star:nth-child(431) { transform: translate3d(-36px, -79.25px, -159.5px) rotateY(215deg); } .star:nth-child(431)::before { content: "L"; position: absolute; -webkit-animation: code 1791ms -1518ms infinite; animation: code 1791ms -1518ms infinite; } .star:nth-child(432) { transform: translate3d(-149.75px, -241.75px, -142.75px) rotateY(273deg); } .star:nth-child(432)::before { content: "L"; position: absolute; -webkit-animation: code 1561ms -1075ms infinite; animation: code 1561ms -1075ms infinite; } .star:nth-child(433) { transform: translate3d(274.5px, 234.25px, -216.75px) rotateY(297deg); } .star:nth-child(433)::before { content: "L"; position: absolute; -webkit-animation: code 1402ms -1471ms infinite; animation: code 1402ms -1471ms infinite; } .star:nth-child(434) { transform: translate3d(-144.5px, -136.75px, -163.25px) rotateY(306deg); } .star:nth-child(434)::before { content: "L"; position: absolute; -webkit-animation: code 1388ms -1821ms infinite; animation: code 1388ms -1821ms infinite; } .star:nth-child(435) { transform: translate3d(141.25px, -190.25px, 87.25px) rotateY(137deg); } .star:nth-child(435)::before { content: "L"; position: absolute; -webkit-animation: code 1877ms -668ms infinite; animation: code 1877ms -668ms infinite; } .star:nth-child(436) { transform: translate3d(-74.75px, -7px, 77px) rotateY(287deg); } .star:nth-child(436)::before { content: "L"; position: absolute; -webkit-animation: code 1361ms -1040ms infinite; animation: code 1361ms -1040ms infinite; } .star:nth-child(437) { transform: translate3d(114.5px, -285.5px, -296px) rotateY(205deg); } .star:nth-child(437)::before { content: "L"; position: absolute; -webkit-animation: code 1371ms -855ms infinite; animation: code 1371ms -855ms infinite; } .star:nth-child(438) { transform: translate3d(74.25px, -68.75px, -4.25px) rotateY(45deg); } .star:nth-child(438)::before { content: "L"; position: absolute; -webkit-animation: code 1520ms -774ms infinite; animation: code 1520ms -774ms infinite; } .star:nth-child(439) { transform: translate3d(110.5px, -18.25px, -153.75px) rotateY(357deg); } .star:nth-child(439)::before { content: "L"; position: absolute; -webkit-animation: code 1068ms -1413ms infinite; animation: code 1068ms -1413ms infinite; } .star:nth-child(440) { transform: translate3d(-122.5px, -191.75px, -294.75px) rotateY(243deg); } .star:nth-child(440)::before { content: "L"; position: absolute; -webkit-animation: code 1688ms -34ms infinite; animation: code 1688ms -34ms infinite; } .star:nth-child(441) { transform: translate3d(-156px, -143.5px, 114.25px) rotateY(265deg); } .star:nth-child(441)::before { content: "L"; position: absolute; -webkit-animation: code 1346ms -1031ms infinite; animation: code 1346ms -1031ms infinite; } .star:nth-child(442) { transform: translate3d(-167.75px, -68px, -90.25px) rotateY(82deg); } .star:nth-child(442)::before { content: "L"; position: absolute; -webkit-animation: code 1756ms -117ms infinite; animation: code 1756ms -117ms infinite; } .star:nth-child(443) { transform: translate3d(-191.25px, -233.75px, -133.5px) rotateY(237deg); } .star:nth-child(443)::before { content: "L"; position: absolute; -webkit-animation: code 1854ms -612ms infinite; animation: code 1854ms -612ms infinite; } .star:nth-child(444) { transform: translate3d(199.75px, -115.5px, -23.5px) rotateY(298deg); } .star:nth-child(444)::before { content: "L"; position: absolute; -webkit-animation: code 1514ms -1452ms infinite; animation: code 1514ms -1452ms infinite; } .star:nth-child(445) { transform: translate3d(-155.75px, -205.5px, -167px) rotateY(225deg); } .star:nth-child(445)::before { content: "L"; position: absolute; -webkit-animation: code 1236ms -655ms infinite; animation: code 1236ms -655ms infinite; } .star:nth-child(446) { transform: translate3d(-9px, -91px, 206.5px) rotateY(189deg); } .star:nth-child(446)::before { content: "L"; position: absolute; -webkit-animation: code 1326ms -35ms infinite; animation: code 1326ms -35ms infinite; } .star:nth-child(447) { transform: translate3d(97.25px, -167.75px, -25.25px) rotateY(134deg); } .star:nth-child(447)::before { content: "L"; position: absolute; -webkit-animation: code 1115ms -1010ms infinite; animation: code 1115ms -1010ms infinite; } .star:nth-child(448) { transform: translate3d(-218.5px, -36px, -236.25px) rotateY(86deg); } .star:nth-child(448)::before { content: "L"; position: absolute; -webkit-animation: code 1344ms -1443ms infinite; animation: code 1344ms -1443ms infinite; } .star:nth-child(449) { transform: translate3d(2.25px, -195.5px, -129.5px) rotateY(113deg); } .star:nth-child(449)::before { content: "L"; position: absolute; -webkit-animation: code 1280ms -1594ms infinite; animation: code 1280ms -1594ms infinite; } .star:nth-child(450) { transform: translate3d(-313.25px, 21.5px, 137px) rotateY(293deg); } .star:nth-child(450)::before { content: "L"; position: absolute; -webkit-animation: code 1583ms -1482ms infinite; animation: code 1583ms -1482ms infinite; } .star:nth-child(451) { transform: translate3d(-188.5px, 349.75px, -42.5px) rotateY(248deg); } .star:nth-child(451)::before { content: "L"; position: absolute; -webkit-animation: code 1601ms -1009ms infinite; animation: code 1601ms -1009ms infinite; } .star:nth-child(452) { transform: translate3d(126.75px, -141.75px, 23.75px) rotateY(164deg); } .star:nth-child(452)::before { content: "L"; position: absolute; -webkit-animation: code 1595ms -1782ms infinite; animation: code 1595ms -1782ms infinite; } .star:nth-child(453) { transform: translate3d(227px, 137px, -195.5px) rotateY(141deg); } .star:nth-child(453)::before { content: "L"; position: absolute; -webkit-animation: code 1350ms -12ms infinite; animation: code 1350ms -12ms infinite; } .star:nth-child(454) { transform: translate3d(16.25px, -134px, 97.25px) rotateY(216deg); } .star:nth-child(454)::before { content: "L"; position: absolute; -webkit-animation: code 1926ms -706ms infinite; animation: code 1926ms -706ms infinite; } .star:nth-child(455) { transform: translate3d(-45px, -13px, 141.75px) rotateY(317deg); } .star:nth-child(455)::before { content: "L"; position: absolute; -webkit-animation: code 1077ms -1097ms infinite; animation: code 1077ms -1097ms infinite; } .star:nth-child(456) { transform: translate3d(8.75px, 246.75px, -54.25px) rotateY(273deg); } .star:nth-child(456)::before { content: "L"; position: absolute; -webkit-animation: code 1286ms -791ms infinite; animation: code 1286ms -791ms infinite; } .star:nth-child(457) { transform: translate3d(-65px, 34.75px, 47px) rotateY(129deg); } .star:nth-child(457)::before { content: "L"; position: absolute; -webkit-animation: code 1987ms -1840ms infinite; animation: code 1987ms -1840ms infinite; } .star:nth-child(458) { transform: translate3d(-55.75px, -7.75px, 40.25px) rotateY(307deg); } .star:nth-child(458)::before { content: "L"; position: absolute; -webkit-animation: code 1784ms -1168ms infinite; animation: code 1784ms -1168ms infinite; } .star:nth-child(459) { transform: translate3d(-93.5px, -103.5px, 181.75px) rotateY(133deg); } .star:nth-child(459)::before { content: "L"; position: absolute; -webkit-animation: code 1282ms -1324ms infinite; animation: code 1282ms -1324ms infinite; } .star:nth-child(460) { transform: translate3d(95.25px, 88.5px, -66px) rotateY(235deg); } .star:nth-child(460)::before { content: "L"; position: absolute; -webkit-animation: code 1722ms -1829ms infinite; animation: code 1722ms -1829ms infinite; } .star:nth-child(461) { transform: translate3d(-250px, -218.5px, -1.75px) rotateY(120deg); } .star:nth-child(461)::before { content: "L"; position: absolute; -webkit-animation: code 1333ms -1302ms infinite; animation: code 1333ms -1302ms infinite; } .star:nth-child(462) { transform: translate3d(-55.75px, 189px, 104px) rotateY(214deg); } .star:nth-child(462)::before { content: "L"; position: absolute; -webkit-animation: code 1470ms -352ms infinite; animation: code 1470ms -352ms infinite; } .star:nth-child(463) { transform: translate3d(-113.25px, 32px, -89.5px) rotateY(161deg); } .star:nth-child(463)::before { content: "L"; position: absolute; -webkit-animation: code 1225ms -1379ms infinite; animation: code 1225ms -1379ms infinite; } .star:nth-child(464) { transform: translate3d(105.75px, -2.25px, -293.5px) rotateY(152deg); } .star:nth-child(464)::before { content: "L"; position: absolute; -webkit-animation: code 1424ms -1760ms infinite; animation: code 1424ms -1760ms infinite; } .star:nth-child(465) { transform: translate3d(-2px, -52.75px, -5px) rotateY(116deg); } .star:nth-child(465)::before { content: "L"; position: absolute; -webkit-animation: code 1902ms -1752ms infinite; animation: code 1902ms -1752ms infinite; } .star:nth-child(466) { transform: translate3d(-178.5px, 178.25px, -40.25px) rotateY(336deg); } .star:nth-child(466)::before { content: "L"; position: absolute; -webkit-animation: code 1799ms -1330ms infinite; animation: code 1799ms -1330ms infinite; } .star:nth-child(467) { transform: translate3d(-117px, -161.5px, -12px) rotateY(335deg); } .star:nth-child(467)::before { content: "L"; position: absolute; -webkit-animation: code 1213ms -35ms infinite; animation: code 1213ms -35ms infinite; } .star:nth-child(468) { transform: translate3d(208px, 140.5px, -52.5px) rotateY(43deg); } .star:nth-child(468)::before { content: "L"; position: absolute; -webkit-animation: code 1465ms -659ms infinite; animation: code 1465ms -659ms infinite; } .star:nth-child(469) { transform: translate3d(-142.75px, 19px, -62.25px) rotateY(341deg); } .star:nth-child(469)::before { content: "L"; position: absolute; -webkit-animation: code 1832ms -893ms infinite; animation: code 1832ms -893ms infinite; } .star:nth-child(470) { transform: translate3d(-71px, 96.25px, -37.25px) rotateY(320deg); } .star:nth-child(470)::before { content: "L"; position: absolute; -webkit-animation: code 1462ms -1898ms infinite; animation: code 1462ms -1898ms infinite; } .star:nth-child(471) { transform: translate3d(-283px, 5px, 104px) rotateY(229deg); } .star:nth-child(471)::before { content: "L"; position: absolute; -webkit-animation: code 1235ms -368ms infinite; animation: code 1235ms -368ms infinite; } .star:nth-child(472) { transform: translate3d(151px, -13.25px, 47.5px) rotateY(86deg); } .star:nth-child(472)::before { content: "L"; position: absolute; -webkit-animation: code 1932ms -361ms infinite; animation: code 1932ms -361ms infinite; } .star:nth-child(473) { transform: translate3d(-243.25px, 20.5px, 157.25px) rotateY(275deg); } .star:nth-child(473)::before { content: "L"; position: absolute; -webkit-animation: code 1884ms -1170ms infinite; animation: code 1884ms -1170ms infinite; } .star:nth-child(474) { transform: translate3d(32.25px, -80.5px, -195px) rotateY(93deg); } .star:nth-child(474)::before { content: "L"; position: absolute; -webkit-animation: code 1940ms -1318ms infinite; animation: code 1940ms -1318ms infinite; } .star:nth-child(475) { transform: translate3d(312.5px, 119.75px, -17.75px) rotateY(252deg); } .star:nth-child(475)::before { content: "L"; position: absolute; -webkit-animation: code 1369ms -1181ms infinite; animation: code 1369ms -1181ms infinite; } .star:nth-child(476) { transform: translate3d(-134.25px, 1.25px, -244px) rotateY(338deg); } .star:nth-child(476)::before { content: "L"; position: absolute; -webkit-animation: code 1155ms -922ms infinite; animation: code 1155ms -922ms infinite; } .star:nth-child(477) { transform: translate3d(70px, 166px, 246.25px) rotateY(318deg); } .star:nth-child(477)::before { content: "L"; position: absolute; -webkit-animation: code 1309ms -125ms infinite; animation: code 1309ms -125ms infinite; } .star:nth-child(478) { transform: translate3d(141.75px, -152.25px, 203.25px) rotateY(64deg); } .star:nth-child(478)::before { content: "L"; position: absolute; -webkit-animation: code 1294ms -1591ms infinite; animation: code 1294ms -1591ms infinite; } .star:nth-child(479) { transform: translate3d(3.75px, -214px, -41.75px) rotateY(157deg); } .star:nth-child(479)::before { content: "L"; position: absolute; -webkit-animation: code 1297ms -968ms infinite; animation: code 1297ms -968ms infinite; } .star:nth-child(480) { transform: translate3d(104px, -181.25px, -79.75px) rotateY(332deg); } .star:nth-child(480)::before { content: "L"; position: absolute; -webkit-animation: code 1443ms -312ms infinite; animation: code 1443ms -312ms infinite; } .star:nth-child(481) { transform: translate3d(-100.25px, 50.25px, 163.75px) rotateY(353deg); } .star:nth-child(481)::before { content: "L"; position: absolute; -webkit-animation: code 1314ms -987ms infinite; animation: code 1314ms -987ms infinite; } .star:nth-child(482) { transform: translate3d(-165.5px, -35px, 237.5px) rotateY(214deg); } .star:nth-child(482)::before { content: "L"; position: absolute; -webkit-animation: code 1912ms -1656ms infinite; animation: code 1912ms -1656ms infinite; } .star:nth-child(483) { transform: translate3d(-207.5px, 202px, -123.75px) rotateY(190deg); } .star:nth-child(483)::before { content: "L"; position: absolute; -webkit-animation: code 1233ms -865ms infinite; animation: code 1233ms -865ms infinite; } .star:nth-child(484) { transform: translate3d(-2px, -163.25px, -114px) rotateY(109deg); } .star:nth-child(484)::before { content: "L"; position: absolute; -webkit-animation: code 1023ms -1976ms infinite; animation: code 1023ms -1976ms infinite; } .star:nth-child(485) { transform: translate3d(170px, 82.75px, -95px) rotateY(125deg); } .star:nth-child(485)::before { content: "L"; position: absolute; -webkit-animation: code 1108ms -923ms infinite; animation: code 1108ms -923ms infinite; } .star:nth-child(486) { transform: translate3d(158.75px, -106.25px, 70.75px) rotateY(174deg); } .star:nth-child(486)::before { content: "L"; position: absolute; -webkit-animation: code 1650ms -670ms infinite; animation: code 1650ms -670ms infinite; } .star:nth-child(487) { transform: translate3d(-119.5px, 85.5px, 276.75px) rotateY(12deg); } .star:nth-child(487)::before { content: "L"; position: absolute; -webkit-animation: code 1229ms -1396ms infinite; animation: code 1229ms -1396ms infinite; } .star:nth-child(488) { transform: translate3d(-86px, -116px, -177.25px) rotateY(223deg); } .star:nth-child(488)::before { content: "L"; position: absolute; -webkit-animation: code 1335ms -217ms infinite; animation: code 1335ms -217ms infinite; } .star:nth-child(489) { transform: translate3d(-130.75px, -29.5px, -191.25px) rotateY(323deg); } .star:nth-child(489)::before { content: "L"; position: absolute; -webkit-animation: code 1622ms -240ms infinite; animation: code 1622ms -240ms infinite; } .star:nth-child(490) { transform: translate3d(-94.25px, -59.25px, 153.75px) rotateY(128deg); } .star:nth-child(490)::before { content: "L"; position: absolute; -webkit-animation: code 1047ms -1139ms infinite; animation: code 1047ms -1139ms infinite; } .star:nth-child(491) { transform: translate3d(342.5px, 151.5px, -246.5px) rotateY(168deg); } .star:nth-child(491)::before { content: "L"; position: absolute; -webkit-animation: code 1932ms -788ms infinite; animation: code 1932ms -788ms infinite; } .star:nth-child(492) { transform: translate3d(135.5px, 121.25px, -68px) rotateY(247deg); } .star:nth-child(492)::before { content: "L"; position: absolute; -webkit-animation: code 1177ms -863ms infinite; animation: code 1177ms -863ms infinite; } .star:nth-child(493) { transform: translate3d(-56.75px, -236.5px, -160.5px) rotateY(224deg); } .star:nth-child(493)::before { content: "L"; position: absolute; -webkit-animation: code 1808ms -515ms infinite; animation: code 1808ms -515ms infinite; } .star:nth-child(494) { transform: translate3d(111.75px, 57.75px, -43.5px) rotateY(312deg); } .star:nth-child(494)::before { content: "L"; position: absolute; -webkit-animation: code 1700ms -1600ms infinite; animation: code 1700ms -1600ms infinite; } .star:nth-child(495) { transform: translate3d(-89.25px, -256.25px, -104px) rotateY(344deg); } .star:nth-child(495)::before { content: "L"; position: absolute; -webkit-animation: code 1133ms -616ms infinite; animation: code 1133ms -616ms infinite; } .star:nth-child(496) { transform: translate3d(-65px, 108.25px, 11.75px) rotateY(27deg); } .star:nth-child(496)::before { content: "L"; position: absolute; -webkit-animation: code 1443ms -1220ms infinite; animation: code 1443ms -1220ms infinite; } .star:nth-child(497) { transform: translate3d(-179px, 95.5px, -128px) rotateY(311deg); } .star:nth-child(497)::before { content: "L"; position: absolute; -webkit-animation: code 1739ms -1955ms infinite; animation: code 1739ms -1955ms infinite; } .star:nth-child(498) { transform: translate3d(107.75px, -5.75px, 54.75px) rotateY(252deg); } .star:nth-child(498)::before { content: "L"; position: absolute; -webkit-animation: code 1482ms -1743ms infinite; animation: code 1482ms -1743ms infinite; } .star:nth-child(499) { transform: translate3d(-70.25px, -90px, 146.5px) rotateY(135deg); } .star:nth-child(499)::before { content: "L"; position: absolute; -webkit-animation: code 1600ms -1591ms infinite; animation: code 1600ms -1591ms infinite; } .star:nth-child(500) { transform: translate3d(-188.25px, 98.75px, -332.75px) rotateY(28deg); } .star:nth-child(500)::before { content: "L"; position: absolute; -webkit-animation: code 1824ms -1263ms infinite; animation: code 1824ms -1263ms infinite; } .star:nth-child(501) { transform: translate3d(162px, 231px, 71px) rotateY(150deg); } .star:nth-child(501)::before { content: "L"; position: absolute; -webkit-animation: code 1059ms -878ms infinite; animation: code 1059ms -878ms infinite; } .star:nth-child(502) { transform: translate3d(-122.25px, 121.25px, -96.5px) rotateY(142deg); } .star:nth-child(502)::before { content: "L"; position: absolute; -webkit-animation: code 1334ms -1980ms infinite; animation: code 1334ms -1980ms infinite; } .star:nth-child(503) { transform: translate3d(36px, -82.5px, -62.5px) rotateY(300deg); } .star:nth-child(503)::before { content: "L"; position: absolute; -webkit-animation: code 1237ms -183ms infinite; animation: code 1237ms -183ms infinite; } .star:nth-child(504) { transform: translate3d(110.75px, -112px, -75.75px) rotateY(113deg); } .star:nth-child(504)::before { content: "L"; position: absolute; -webkit-animation: code 1039ms -1316ms infinite; animation: code 1039ms -1316ms infinite; } .star:nth-child(505) { transform: translate3d(-159.75px, -259.75px, -242.25px) rotateY(210deg); } .star:nth-child(505)::before { content: "L"; position: absolute; -webkit-animation: code 1996ms -1692ms infinite; animation: code 1996ms -1692ms infinite; } .star:nth-child(506) { transform: translate3d(-90.25px, 15.5px, -27px) rotateY(355deg); } .star:nth-child(506)::before { content: "L"; position: absolute; -webkit-animation: code 1944ms -32ms infinite; animation: code 1944ms -32ms infinite; } .star:nth-child(507) { transform: translate3d(95.5px, 103.5px, 13.75px) rotateY(157deg); } .star:nth-child(507)::before { content: "L"; position: absolute; -webkit-animation: code 1853ms -1887ms infinite; animation: code 1853ms -1887ms infinite; } .star:nth-child(508) { transform: translate3d(83px, 32.75px, 16.75px) rotateY(254deg); } .star:nth-child(508)::before { content: "L"; position: absolute; -webkit-animation: code 1307ms -416ms infinite; animation: code 1307ms -416ms infinite; } .star:nth-child(509) { transform: translate3d(69.25px, 182px, -53.5px) rotateY(112deg); } .star:nth-child(509)::before { content: "L"; position: absolute; -webkit-animation: code 1570ms -764ms infinite; animation: code 1570ms -764ms infinite; } .star:nth-child(510) { transform: translate3d(-149.75px, 7px, 233.75px) rotateY(222deg); } .star:nth-child(510)::before { content: "L"; position: absolute; -webkit-animation: code 1585ms -1033ms infinite; animation: code 1585ms -1033ms infinite; } .star:nth-child(511) { transform: translate3d(35.75px, 191px, 78.75px) rotateY(271deg); } .star:nth-child(511)::before { content: "L"; position: absolute; -webkit-animation: code 1941ms -807ms infinite; animation: code 1941ms -807ms infinite; } .star:nth-child(512) { transform: translate3d(-52.25px, 77px, -61.25px) rotateY(258deg); } .star:nth-child(512)::before { content: "L"; position: absolute; -webkit-animation: code 1091ms -1773ms infinite; animation: code 1091ms -1773ms infinite; } .star:nth-child(513) { transform: translate3d(-161px, 248px, -200.25px) rotateY(161deg); } .star:nth-child(513)::before { content: "L"; position: absolute; -webkit-animation: code 1119ms -1829ms infinite; animation: code 1119ms -1829ms infinite; } .star:nth-child(514) { transform: translate3d(-138.5px, -29.5px, -179.75px) rotateY(219deg); } .star:nth-child(514)::before { content: "L"; position: absolute; -webkit-animation: code 1777ms -340ms infinite; animation: code 1777ms -340ms infinite; } .star:nth-child(515) { transform: translate3d(-12.75px, 35.75px, -118.75px) rotateY(333deg); } .star:nth-child(515)::before { content: "L"; position: absolute; -webkit-animation: code 1842ms -169ms infinite; animation: code 1842ms -169ms infinite; } .star:nth-child(516) { transform: translate3d(103px, -22.75px, 156.75px) rotateY(234deg); } .star:nth-child(516)::before { content: "L"; position: absolute; -webkit-animation: code 1346ms -783ms infinite; animation: code 1346ms -783ms infinite; } .star:nth-child(517) { transform: translate3d(9.75px, 93.25px, 68.25px) rotateY(192deg); } .star:nth-child(517)::before { content: "L"; position: absolute; -webkit-animation: code 1269ms -464ms infinite; animation: code 1269ms -464ms infinite; } .star:nth-child(518) { transform: translate3d(54.5px, -183.25px, -200px) rotateY(323deg); } .star:nth-child(518)::before { content: "L"; position: absolute; -webkit-animation: code 1252ms -1155ms infinite; animation: code 1252ms -1155ms infinite; } .star:nth-child(519) { transform: translate3d(-78px, -96.25px, -123.5px) rotateY(95deg); } .star:nth-child(519)::before { content: "L"; position: absolute; -webkit-animation: code 1565ms -1779ms infinite; animation: code 1565ms -1779ms infinite; } .star:nth-child(520) { transform: translate3d(202.75px, -130.25px, 180.25px) rotateY(73deg); } .star:nth-child(520)::before { content: "L"; position: absolute; -webkit-animation: code 1988ms -194ms infinite; animation: code 1988ms -194ms infinite; } .star:nth-child(521) { transform: translate3d(-96px, 224px, -198.25px) rotateY(298deg); } .star:nth-child(521)::before { content: "L"; position: absolute; -webkit-animation: code 1999ms -955ms infinite; animation: code 1999ms -955ms infinite; } .star:nth-child(522) { transform: translate3d(-130.75px, -17px, 153.75px) rotateY(322deg); } .star:nth-child(522)::before { content: "L"; position: absolute; -webkit-animation: code 1750ms -741ms infinite; animation: code 1750ms -741ms infinite; } .star:nth-child(523) { transform: translate3d(23.75px, 36.5px, -178px) rotateY(79deg); } .star:nth-child(523)::before { content: "L"; position: absolute; -webkit-animation: code 1272ms -1570ms infinite; animation: code 1272ms -1570ms infinite; } .star:nth-child(524) { transform: translate3d(39.5px, -109px, -128.75px) rotateY(280deg); } .star:nth-child(524)::before { content: "L"; position: absolute; -webkit-animation: code 1527ms -310ms infinite; animation: code 1527ms -310ms infinite; } .star:nth-child(525) { transform: translate3d(-155.75px, 207.75px, 39px) rotateY(168deg); } .star:nth-child(525)::before { content: "L"; position: absolute; -webkit-animation: code 1721ms -170ms infinite; animation: code 1721ms -170ms infinite; } .star:nth-child(526) { transform: translate3d(-149.5px, 283.25px, 294px) rotateY(275deg); } .star:nth-child(526)::before { content: "L"; position: absolute; -webkit-animation: code 1992ms -403ms infinite; animation: code 1992ms -403ms infinite; } .star:nth-child(527) { transform: translate3d(-215px, -69.25px, 277.75px) rotateY(272deg); } .star:nth-child(527)::before { content: "L"; position: absolute; -webkit-animation: code 1779ms -931ms infinite; animation: code 1779ms -931ms infinite; } .star:nth-child(528) { transform: translate3d(182.5px, 83.5px, 92.5px) rotateY(277deg); } .star:nth-child(528)::before { content: "L"; position: absolute; -webkit-animation: code 1265ms -1773ms infinite; animation: code 1265ms -1773ms infinite; } .star:nth-child(529) { transform: translate3d(14px, 141.5px, -41.75px) rotateY(295deg); } .star:nth-child(529)::before { content: "L"; position: absolute; -webkit-animation: code 1695ms -1088ms infinite; animation: code 1695ms -1088ms infinite; } .star:nth-child(530) { transform: translate3d(-97.75px, 84.25px, -196.75px) rotateY(360deg); } .star:nth-child(530)::before { content: "L"; position: absolute; -webkit-animation: code 1544ms -569ms infinite; animation: code 1544ms -569ms infinite; } .star:nth-child(531) { transform: translate3d(237px, -32.5px, 225.25px) rotateY(124deg); } .star:nth-child(531)::before { content: "L"; position: absolute; -webkit-animation: code 1920ms -684ms infinite; animation: code 1920ms -684ms infinite; } .star:nth-child(532) { transform: translate3d(-80.5px, -24.25px, -77.5px) rotateY(15deg); } .star:nth-child(532)::before { content: "L"; position: absolute; -webkit-animation: code 1871ms -1939ms infinite; animation: code 1871ms -1939ms infinite; } .star:nth-child(533) { transform: translate3d(66.75px, 248.5px, 64px) rotateY(22deg); } .star:nth-child(533)::before { content: "L"; position: absolute; -webkit-animation: code 1814ms -208ms infinite; animation: code 1814ms -208ms infinite; } .star:nth-child(534) { transform: translate3d(184px, -70.5px, -115.75px) rotateY(196deg); } .star:nth-child(534)::before { content: "L"; position: absolute; -webkit-animation: code 1037ms -1988ms infinite; animation: code 1037ms -1988ms infinite; } .star:nth-child(535) { transform: translate3d(-6.75px, -85.25px, 91.5px) rotateY(200deg); } .star:nth-child(535)::before { content: "L"; position: absolute; -webkit-animation: code 1972ms -1888ms infinite; animation: code 1972ms -1888ms infinite; } .star:nth-child(536) { transform: translate3d(-76.5px, 51px, 12.25px) rotateY(197deg); } .star:nth-child(536)::before { content: "L"; position: absolute; -webkit-animation: code 1434ms -1309ms infinite; animation: code 1434ms -1309ms infinite; } .star:nth-child(537) { transform: translate3d(-87.5px, 145.5px, -12.75px) rotateY(313deg); } .star:nth-child(537)::before { content: "L"; position: absolute; -webkit-animation: code 1736ms -1941ms infinite; animation: code 1736ms -1941ms infinite; } .star:nth-child(538) { transform: translate3d(234px, 196.25px, -113.5px) rotateY(68deg); } .star:nth-child(538)::before { content: "L"; position: absolute; -webkit-animation: code 1970ms -681ms infinite; animation: code 1970ms -681ms infinite; } .star:nth-child(539) { transform: translate3d(-224px, 186.25px, 365px) rotateY(27deg); } .star:nth-child(539)::before { content: "L"; position: absolute; -webkit-animation: code 1297ms -1218ms infinite; animation: code 1297ms -1218ms infinite; } .star:nth-child(540) { transform: translate3d(75.25px, 1.5px, -34.25px) rotateY(91deg); } .star:nth-child(540)::before { content: "L"; position: absolute; -webkit-animation: code 1025ms -600ms infinite; animation: code 1025ms -600ms infinite; } .star:nth-child(541) { transform: translate3d(131.5px, -89.75px, 142.5px) rotateY(322deg); } .star:nth-child(541)::before { content: "L"; position: absolute; -webkit-animation: code 1894ms -1070ms infinite; animation: code 1894ms -1070ms infinite; } .star:nth-child(542) { transform: translate3d(120.75px, 110.5px, -2.25px) rotateY(85deg); } .star:nth-child(542)::before { content: "L"; position: absolute; -webkit-animation: code 1955ms -392ms infinite; animation: code 1955ms -392ms infinite; } .star:nth-child(543) { transform: translate3d(266.25px, -164.75px, 102.5px) rotateY(198deg); } .star:nth-child(543)::before { content: "L"; position: absolute; -webkit-animation: code 1557ms -1325ms infinite; animation: code 1557ms -1325ms infinite; } .star:nth-child(544) { transform: translate3d(83.25px, 11px, 20.25px) rotateY(41deg); } .star:nth-child(544)::before { content: "L"; position: absolute; -webkit-animation: code 1560ms -38ms infinite; animation: code 1560ms -38ms infinite; } .star:nth-child(545) { transform: translate3d(0px, -98.5px, -20px) rotateY(127deg); } .star:nth-child(545)::before { content: "L"; position: absolute; -webkit-animation: code 1832ms -1259ms infinite; animation: code 1832ms -1259ms infinite; } .star:nth-child(546) { transform: translate3d(-80.75px, -12.75px, -49.5px) rotateY(91deg); } .star:nth-child(546)::before { content: "L"; position: absolute; -webkit-animation: code 1878ms -1600ms infinite; animation: code 1878ms -1600ms infinite; } .star:nth-child(547) { transform: translate3d(-243.5px, -144.5px, -10px) rotateY(40deg); } .star:nth-child(547)::before { content: "L"; position: absolute; -webkit-animation: code 1124ms -1257ms infinite; animation: code 1124ms -1257ms infinite; } .star:nth-child(548) { transform: translate3d(86.5px, -286.5px, 155.25px) rotateY(274deg); } .star:nth-child(548)::before { content: "L"; position: absolute; -webkit-animation: code 1267ms -131ms infinite; animation: code 1267ms -131ms infinite; } .star:nth-child(549) { transform: translate3d(-18px, -100px, 250.25px) rotateY(254deg); } .star:nth-child(549)::before { content: "L"; position: absolute; -webkit-animation: code 1163ms -1046ms infinite; animation: code 1163ms -1046ms infinite; } .star:nth-child(550) { transform: translate3d(81.75px, 236.75px, -287.5px) rotateY(152deg); } .star:nth-child(550)::before { content: "L"; position: absolute; -webkit-animation: code 1704ms -147ms infinite; animation: code 1704ms -147ms infinite; } .star:nth-child(551) { transform: translate3d(119.25px, -0.5px, 89px) rotateY(157deg); } .star:nth-child(551)::before { content: "L"; position: absolute; -webkit-animation: code 1500ms -3ms infinite; animation: code 1500ms -3ms infinite; } .star:nth-child(552) { transform: translate3d(71px, -310.75px, 54.25px) rotateY(245deg); } .star:nth-child(552)::before { content: "L"; position: absolute; -webkit-animation: code 1400ms -92ms infinite; animation: code 1400ms -92ms infinite; } .star:nth-child(553) { transform: translate3d(-50.75px, 39.5px, -174.25px) rotateY(71deg); } .star:nth-child(553)::before { content: "L"; position: absolute; -webkit-animation: code 1139ms -1250ms infinite; animation.........完整代码请登录后点击上方下载按钮下载查看
网友评论0