Advertisement
cat_inthe_cradle

Aoife Adler (Stranger Things OC)

Aug 4th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.84 KB | None | 0 0
  1.  
  2. <style>
  3. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  4. @import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
  5. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  6.  
  7. @font-face {
  8. font-family: Linz;
  9. src: url(https://dl.dropbox.com/s/0s3qglmznqiem6v/CATLinz_1.8.ttf);
  10. }
  11.  
  12. @font-face {
  13. font-family: Winsberg;
  14. src: url(https://dl.dropbox.com/s/cp60cln8zlw3hzw/Winsberg.ttf);
  15. }
  16.  
  17. @font-face {
  18. font-family: Kiona;
  19. src: url(https://dl.dropbox.com/s/a66hf6mpovjcho8/Kiona-Regular.ttf);
  20. }
  21.  
  22. @font-face {
  23. font-family: Belove;
  24. src: url(https://dl.dropbox.com/s/kqqd4v89ci3qbzj/Belove.otf);
  25. }
  26.  
  27.  
  28. @font-face {
  29. font-family: Althea;
  30. src: url(https://dl.dropbox.com/s/jljkowjsf1w84fd/Althea-Regular.ttf);
  31. }
  32.  
  33. @font-face {
  34. font-family: Champ;
  35. src: url(https://dl.dropbox.com/s/r2eb4jhk21bo52c/Champagne%20%26%20Limousines.ttf);
  36. }
  37.  
  38. @font-face {
  39. font-family: Feeling;
  40. src: url(https://dl.dropbox.com/s/x56hsoedbopyiny/The%20Feeling.ttf);
  41. }
  42. @font-face{font-family: 'name';src: url('https://dl.dropboxusercontent.com/s/k7qj6ffrcw5p57d/ThePrestigeSignature.otf');}
  43.  
  44.  
  45. body { background:none; }
  46. #scroller { padding: 35px 0; box-sizing: border-box; }
  47. #profile-container { width:750px;background:#333; }
  48. #profile-container {background:none;}
  49.  
  50.  
  51.  
  52.  
  53.  
  54. .pfor{display:none;}
  55. #profile{border:none;background: transparent;}
  56.  
  57.  
  58.  
  59.  
  60.  
  61. /* BODY */
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color: # ;
  64. height: 50px;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height: 10px;
  69. width: 3px;
  70. background-color: #;
  71. }
  72.  
  73. body {
  74. background-image: url("https://i.ibb.co/YbT5nD6/upside-down-1.jpg");
  75. background-attachment: fixed;
  76. opacity: ;
  77. background-color: #000000;
  78. margin: 0;
  79. }
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. -moz-outline-style:none;
  91. font-style: ;
  92. color:#fff;
  93. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  94. -moz-transition-duration:0.5s;
  95. -webkit-transition-duration:0.5s;
  96. -o-transition-duration:0.5s;
  97. }
  98.  
  99. a:hover {
  100. text-decoration:none;
  101. outline:none;
  102. -moz-outline-style:none;
  103. color:#fff;
  104. }
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. #name {
  115. position:fixed;
  116. font-family:Italianno;
  117. font-size:30px;
  118. top:220px;
  119. left:90px;
  120. color:#000;
  121. opacity: 0.9;
  122. text-shadow:1px 1px 1px #fff;
  123. z-index:999999;
  124. }
  125.  
  126.  
  127.  
  128.  
  129.  
  130. a:hover{color:#000; font-style: ;}
  131. b {
  132. text-transform: ;
  133. font-size: px;
  134. font-weight: ;
  135. color: #a7b6c1;
  136. background: #;
  137. letter-spacing: px;
  138. padding: 1px 2px 1px 3px;
  139. margin-right: 2px;}
  140. u {
  141. text-transform: ;
  142. font-size: ;
  143. font-weight: ;
  144. color: #000;
  145. background: #;
  146. letter-spacing: px;
  147. padding: ;
  148. margin-right: px;
  149. border-bottom: dotted 1px #000;}
  150. i {
  151. font-size: px;
  152. font-weight: ;
  153. color: #191811;
  154. letter-spacing: px;
  155. padding: 1 ;
  156. margin-right: 2px;}
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169. .hoverbox {
  170. position: fixed;
  171. background-color: #fdfdfd;
  172. border-radius: ;
  173. border-right: px solid #353329;
  174. opacity: 0;
  175. width: 750px;
  176. height: 500px;
  177. padding: 5px;
  178. left: 200px;
  179. top: 100px;
  180. font-family: arial;
  181. font-size: px;
  182. color: #;
  183. letter-spacing: 0px;
  184. -webkit-transition: all .7s ease-in-out
  185. z-index:9999999999999999;
  186.  
  187. }
  188. .hoverbox:hover {
  189. opacity: 1;
  190. top: 100px;
  191. z-index:9999999999999999;
  192.  
  193.  
  194. }
  195. .hoverbox b {
  196. color: # ;
  197. font-family: calibri;
  198. font-size: px;
  199. line-height: 10px;
  200. text-transform: ;
  201. z-index:9999999999999999;
  202. }
  203.  
  204.  
  205.  
  206. h1 {
  207. position: absolute;
  208. z-index: 8;
  209. font-size: 120px;
  210. opacity: 0.8;
  211. letter-spacing: 4px;
  212. font-family: belove, cursive;
  213. writing-mode: ;
  214. color: #fff;
  215. height: 500px;
  216. text-border: 5px #8a0e00;
  217. text-shadow: 1px 1px 10px #9b2a1d;
  218. left: 310px;
  219. top: 431px;
  220. height: 150px;
  221. font-weight: normal;
  222. z-index:99999999999999999;
  223. }
  224. h2 {
  225. position: absolute;
  226. z-index: 8;
  227. font-size: 60px;
  228. opacity: 0.5;
  229. letter-spacing: 4px;
  230. font-family: belove, cursive;
  231. writing-mode: ;
  232. color: #fff;
  233. height: 500px;
  234. line-height: 40px;
  235. text-border: 5px #f25e66;
  236. text-shadow: 1px 1px 10px #ffffff;
  237. left: 260px;
  238. top: 450px;
  239. height: 150px;
  240. width: 300px;
  241. font-weight: normal;
  242. z-index:99999999999999999;
  243.  
  244.  
  245. }
  246.  
  247.  
  248.  
  249. .stars-bg {
  250. position: fixed;
  251. width: 100%;
  252. height: 100%;
  253. top: 0;
  254. left: 0;
  255. background-size: 240px;
  256. backface-visibility: visible;
  257. z-index: 999999999999999999999999;
  258. animation: spin 300s linear infinite;
  259. }
  260.  
  261.  
  262. .circle {
  263. position: absolute;
  264. background-color: #35110d;
  265. width: 1px;
  266. height: 1px;
  267. border-radius: 50%;
  268. display: flex;
  269. justify-content: center;
  270. align-items: center;
  271. z-index: 9999999999999999;
  272. box-shadow: 0px 0px 5px 2px #ae0000;
  273. animation: glow 2s infinite alternate;
  274. }
  275. .circle-big .circle {
  276. width: 2px;
  277. height: 2px;
  278. }
  279.  
  280. @keyframes glow {
  281. from {
  282. box-shadow: 0px 0px 6px 1px #992113;
  283. }
  284. to {
  285. box-shadow: 0px 0px 8px 4px #992113;
  286. }
  287. }
  288. @keyframes spin {
  289. from {
  290. transform: rotate(0deg);
  291. }
  292. to {
  293. transform: rotate(360deg);
  294. }
  295. }
  296. .circle-small .circle:nth-child(1) {
  297. top: 104%;
  298. left: 113%;
  299. animation-delay: 1s;
  300. }
  301.  
  302. .circle-big .circle:nth-child(1) {
  303. top: 25%;
  304. left: 115%;
  305. animation-delay: 1s;
  306. }
  307.  
  308. .circle-small .circle:nth-child(2) {
  309. top: -99%;
  310. left: -94%;
  311. animation-delay: 2s;
  312. }
  313.  
  314. .circle-big .circle:nth-child(2) {
  315. top: 14%;
  316. left: -58%;
  317. animation-delay: 2s;
  318. }
  319.  
  320. .circle-small .circle:nth-child(3) {
  321. top: -84%;
  322. left: -77%;
  323. animation-delay: 3s;
  324. }
  325.  
  326. .circle-big .circle:nth-child(3) {
  327. top: 86%;
  328. left: 184%;
  329. animation-delay: 3s;
  330. }
  331.  
  332. .circle-small .circle:nth-child(4) {
  333. top: -82%;
  334. left: 149%;
  335. animation-delay: 4s;
  336. }
  337.  
  338. .circle-big .circle:nth-child(4) {
  339. top: 123%;
  340. left: -34%;
  341. animation-delay: 4s;
  342. }
  343.  
  344. .circle-small .circle:nth-child(5) {
  345. top: 141%;
  346. left: 200%;
  347. animation-delay: 5s;
  348. }
  349.  
  350. .circle-big .circle:nth-child(5) {
  351. top: 142%;
  352. left: -53%;
  353. animation-delay: 5s;
  354. }
  355.  
  356. .circle-small .circle:nth-child(6) {
  357. top: 93%;
  358. left: -21%;
  359. animation-delay: 6s;
  360. }
  361.  
  362. .circle-big .circle:nth-child(6) {
  363. top: 25%;
  364. left: 149%;
  365. animation-delay: 6s;
  366. }
  367.  
  368. .circle-small .circle:nth-child(7) {
  369. top: 64%;
  370. left: -96%;
  371. animation-delay: 7s;
  372. }
  373.  
  374. .circle-big .circle:nth-child(7) {
  375. top: -65%;
  376. left: 75%;
  377. animation-delay: 7s;
  378. }
  379.  
  380. .circle-small .circle:nth-child(8) {
  381. top: 132%;
  382. left: 54%;
  383. animation-delay: 8s;
  384. }
  385.  
  386. .circle-big .circle:nth-child(8) {
  387. top: -2%;
  388. left: 21%;
  389. animation-delay: 8s;
  390. }
  391.  
  392. .circle-small .circle:nth-child(9) {
  393. top: 199%;
  394. left: -27%;
  395. animation-delay: 9s;
  396. }
  397.  
  398. .circle-big .circle:nth-child(9) {
  399. top: 28%;
  400. left: -86%;
  401. animation-delay: 9s;
  402. }
  403.  
  404. .circle-small .circle:nth-child(10) {
  405. top: 167%;
  406. left: 79%;
  407. animation-delay: 10s;
  408. }
  409.  
  410. .circle-big .circle:nth-child(10) {
  411. top: -25%;
  412. left: 4%;
  413. animation-delay: 10s;
  414. }
  415.  
  416. .circle-small .circle:nth-child(11) {
  417. top: 113%;
  418. left: 31%;
  419. animation-delay: 11s;
  420. }
  421.  
  422. .circle-big .circle:nth-child(11) {
  423. top: 10%;
  424. left: 137%;
  425. animation-delay: 11s;
  426. }
  427.  
  428. .circle-small .circle:nth-child(12) {
  429. top: -15%;
  430. left: 20%;
  431. animation-delay: 12s;
  432. }
  433.  
  434. .circle-big .circle:nth-child(12) {
  435. top: 58%;
  436. left: -59%;
  437. animation-delay: 12s;
  438. }
  439.  
  440. .circle-small .circle:nth-child(13) {
  441. top: 36%;
  442. left: 73%;
  443. animation-delay: 13s;
  444. }
  445.  
  446. .circle-big .circle:nth-child(13) {
  447. top: -85%;
  448. left: 11%;
  449. animation-delay: 13s;
  450. }
  451.  
  452. .circle-small .circle:nth-child(14) {
  453. top: 56%;
  454. left: -39%;
  455. animation-delay: 14s;
  456. }
  457.  
  458. .circle-big .circle:nth-child(14) {
  459. top: -47%;
  460. left: -83%;
  461. animation-delay: 14s;
  462. }
  463.  
  464. .circle-small .circle:nth-child(15) {
  465. top: -9%;
  466. left: -55%;
  467. animation-delay: 15s;
  468. }
  469.  
  470. .circle-big .circle:nth-child(15) {
  471. top: 94%;
  472. left: 80%;
  473. animation-delay: 15s;
  474. }
  475.  
  476. .circle-small .circle:nth-child(16) {
  477. top: 48%;
  478. left: -81%;
  479. animation-delay: 16s;
  480. }
  481.  
  482. .circle-big .circle:nth-child(16) {
  483. top: -85%;
  484. left: 90%;
  485. animation-delay: 16s;
  486. }
  487.  
  488. .circle-small .circle:nth-child(17) {
  489. top: 11%;
  490. left: -99%;
  491. animation-delay: 17s;
  492. }
  493.  
  494. .circle-big .circle:nth-child(17) {
  495. top: 138%;
  496. left: 168%;
  497. animation-delay: 17s;
  498. }
  499.  
  500. .circle-small .circle:nth-child(18) {
  501. top: 46%;
  502. left: 96%;
  503. animation-delay: 18s;
  504. }
  505.  
  506. .circle-big .circle:nth-child(18) {
  507. top: -26%;
  508. left: 196%;
  509. animation-delay: 18s;
  510. }
  511.  
  512. .circle-small .circle:nth-child(19) {
  513. top: 200%;
  514. left: 30%;
  515. animation-delay: 19s;
  516. }
  517.  
  518. .circle-big .circle:nth-child(19) {
  519. top: 163%;
  520. left: -3%;
  521. animation-delay: 19s;
  522. }
  523.  
  524. .circle-small .circle:nth-child(20) {
  525. top: 102%;
  526. left: 94%;
  527. animation-delay: 20s;
  528. }
  529.  
  530. .circle-big .circle:nth-child(20) {
  531. top: 66%;
  532. left: -72%;
  533. animation-delay: 20s;
  534. }
  535.  
  536. .circle-small .circle:nth-child(21) {
  537. top: 129%;
  538. left: 103%;
  539. animation-delay: 21s;
  540. }
  541.  
  542. .circle-big .circle:nth-child(21) {
  543. top: 105%;
  544. left: 114%;
  545. animation-delay: 21s;
  546. }
  547.  
  548. .circle-small .circle:nth-child(22) {
  549. top: 119%;
  550. left: 109%;
  551. animation-delay: 22s;
  552. }
  553.  
  554. .circle-big .circle:nth-child(22) {
  555. top: 99%;
  556. left: 13%;
  557. animation-delay: 22s;
  558. }
  559.  
  560. .circle-small .circle:nth-child(23) {
  561. top: 67%;
  562. left: -12%;
  563. animation-delay: 23s;
  564. }
  565.  
  566. .circle-big .circle:nth-child(23) {
  567. top: -33%;
  568. left: -61%;
  569. animation-delay: 23s;
  570. }
  571.  
  572. .circle-small .circle:nth-child(24) {
  573. top: 56%;
  574. left: 6%;
  575. animation-delay: 24s;
  576. }
  577.  
  578. .circle-big .circle:nth-child(24) {
  579. top: 146%;
  580. left: 57%;
  581. animation-delay: 24s;
  582. }
  583.  
  584. .circle-small .circle:nth-child(25) {
  585. top: 66%;
  586. left: 158%;
  587. animation-delay: 25s;
  588. }
  589.  
  590. .circle-big .circle:nth-child(25) {
  591. top: -14%;
  592. left: 118%;
  593. animation-delay: 25s;
  594. }
  595.  
  596. .circle-small .circle:nth-child(26) {
  597. top: -91%;
  598. left: 48%;
  599. animation-delay: 26s;
  600. }
  601.  
  602. .circle-big .circle:nth-child(26) {
  603. top: 16%;
  604. left: 108%;
  605. animation-delay: 26s;
  606. }
  607.  
  608. .circle-small .circle:nth-child(27) {
  609. top: -30%;
  610. left: 87%;
  611. animation-delay: 27s;
  612. }
  613.  
  614. .circle-big .circle:nth-child(27) {
  615. top: 78%;
  616. left: -96%;
  617. animation-delay: 27s;
  618. }
  619.  
  620. .circle-small .circle:nth-child(28) {
  621. top: -43%;
  622. left: 5%;
  623. animation-delay: 28s;
  624. }
  625.  
  626. .circle-big .circle:nth-child(28) {
  627. top: 4%;
  628. left: 191%;
  629. animation-delay: 28s;
  630. }
  631.  
  632. .circle-small .circle:nth-child(29) {
  633. top: 19%;
  634. left: -37%;
  635. animation-delay: 29s;
  636. }
  637.  
  638. .circle-big .circle:nth-child(29) {
  639. top: 128%;
  640. left: 101%;
  641. animation-delay: 29s;
  642. }
  643.  
  644. .circle-small .circle:nth-child(30) {
  645. top: 49%;
  646. left: 133%;
  647. animation-delay: 30s;
  648. }
  649.  
  650. .circle-big .circle:nth-child(30) {
  651. top: 68%;
  652. left: -52%;
  653. animation-delay: 30s;
  654. }
  655.  
  656. .circle-small .circle:nth-child(31) {
  657. top: 19%;
  658. left: -48%;
  659. animation-delay: 31s;
  660. }
  661.  
  662. .circle-big .circle:nth-child(31) {
  663. top: -81%;
  664. left: -36%;
  665. animation-delay: 31s;
  666. }
  667.  
  668. .circle-small .circle:nth-child(32) {
  669. top: 199%;
  670. left: -85%;
  671. animation-delay: 32s;
  672. }
  673.  
  674. .circle-big .circle:nth-child(32) {
  675. top: 108%;
  676. left: 152%;
  677. animation-delay: 32s;
  678. }
  679.  
  680. .circle-small .circle:nth-child(33) {
  681. top: 166%;
  682. left: -64%;
  683. animation-delay: 33s;
  684. }
  685.  
  686. .circle-big .circle:nth-child(33) {
  687. top: 131%;
  688. left: -88%;
  689. animation-delay: 33s;
  690. }
  691.  
  692. .circle-small .circle:nth-child(34) {
  693. top: -99%;
  694. left: 48%;
  695. animation-delay: 34s;
  696. }
  697.  
  698. .circle-big .circle:nth-child(34) {
  699. top: 171%;
  700. left: -27%;
  701. animation-delay: 34s;
  702. }
  703.  
  704. .circle-small .circle:nth-child(35) {
  705. top: 66%;
  706. left: -35%;
  707. animation-delay: 35s;
  708. }
  709.  
  710. .circle-big .circle:nth-child(35) {
  711. top: 119%;
  712. left: -36%;
  713. animation-delay: 35s;
  714. }
  715.  
  716. .circle-small .circle:nth-child(36) {
  717. top: -91%;
  718. left: 33%;
  719. animation-delay: 36s;
  720. }
  721.  
  722. .circle-big .circle:nth-child(36) {
  723. top: 16%;
  724. left: 144%;
  725. animation-delay: 36s;
  726. }
  727.  
  728. .circle-small .circle:nth-child(37) {
  729. top: -62%;
  730. left: -62%;
  731. animation-delay: 37s;
  732. }
  733.  
  734. .circle-big .circle:nth-child(37) {
  735. top: -47%;
  736. left: 194%;
  737. animation-delay: 37s;
  738. }
  739.  
  740. .circle-small .circle:nth-child(38) {
  741. top: -68%;
  742. left: -81%;
  743. animation-delay: 38s;
  744. }
  745.  
  746. .circle-big .circle:nth-child(38) {
  747. top: 85%;
  748. left: -41%;
  749. animation-delay: 38s;
  750. }
  751.  
  752. .circle-small .circle:nth-child(39) {
  753. top: 40%;
  754. left: -91%;
  755. animation-delay: 39s;
  756. }
  757.  
  758. .circle-big .circle:nth-child(39) {
  759. top: -29%;
  760. left: 62%;
  761. animation-delay: 39s;
  762. }
  763.  
  764. .circle-small .circle:nth-child(40) {
  765. top: -38%;
  766. left: 164%;
  767. animation-delay: 40s;
  768. }
  769.  
  770. .circle-big .circle:nth-child(40) {
  771. top: 88%;
  772. left: 28%;
  773. animation-delay: 40s;
  774. }
  775.  
  776. .circle-small .circle:nth-child(41) {
  777. top: 143%;
  778. left: -48%;
  779. animation-delay: 41s;
  780. }
  781.  
  782. .circle-big .circle:nth-child(41) {
  783. top: -26%;
  784. left: 132%;
  785. animation-delay: 41s;
  786. }
  787.  
  788. .circle-small .circle:nth-child(42) {
  789. top: 4%;
  790. left: 189%;
  791. animation-delay: 42s;
  792. }
  793.  
  794. .circle-big .circle:nth-child(42) {
  795. top: 60%;
  796. left: 178%;
  797. animation-delay: 42s;
  798. }
  799.  
  800. .circle-small .circle:nth-child(43) {
  801. top: -22%;
  802. left: -98%;
  803. animation-delay: 43s;
  804. }
  805.  
  806. .circle-big .circle:nth-child(43) {
  807. top: 182%;
  808. left: -1%;
  809. animation-delay: 43s;
  810. }
  811.  
  812. .circle-small .circle:nth-child(44) {
  813. top: 160%;
  814. left: 109%;
  815. animation-delay: 44s;
  816. }
  817.  
  818. .circle-big .circle:nth-child(44) {
  819. top: -59%;
  820. left: 53%;
  821. animation-delay: 44s;
  822. }
  823.  
  824. .circle-small .circle:nth-child(45) {
  825. top: 153%;
  826. left: 73%;
  827. animation-delay: 45s;
  828. }
  829.  
  830. .circle-big .circle:nth-child(45) {
  831. top: 28%;
  832. left: 42%;
  833. animation-delay: 45s;
  834. }
  835.  
  836. .circle-small .circle:nth-child(46) {
  837. top: -39%;
  838. left: 11%;
  839. animation-delay: 46s;
  840. }
  841.  
  842. .circle-big .circle:nth-child(46) {
  843. top: 34%;
  844. left: 77%;
  845. animation-delay: 46s;
  846. }
  847.  
  848. .circle-small .circle:nth-child(47) {
  849. top: 151%;
  850. left: 110%;
  851. animation-delay: 47s;
  852. }
  853.  
  854. .circle-big .circle:nth-child(47) {
  855. top: 108%;
  856. left: -18%;
  857. animation-delay: 47s;
  858. }
  859.  
  860. .circle-small .circle:nth-child(48) {
  861. top: 193%;
  862. left: -38%;
  863. animation-delay: 48s;
  864. }
  865.  
  866. .circle-big .circle:nth-child(48) {
  867. top: 176%;
  868. left: -98%;
  869. animation-delay: 48s;
  870. }
  871.  
  872. .circle-small .circle:nth-child(49) {
  873. top: 6%;
  874. left: -92%;
  875. animation-delay: 49s;
  876. }
  877.  
  878. .circle-big .circle:nth-child(49) {
  879. top: 87%;
  880. left: 25%;
  881. animation-delay: 49s;
  882. }
  883.  
  884. .circle-small .circle:nth-child(50) {
  885. top: -97%;
  886. left: -98%;
  887. animation-delay: 50s;
  888. }
  889.  
  890. .circle-big .circle:nth-child(50) {
  891. top: -51%;
  892. left: 105%;
  893. animation-delay: 50s;
  894. }
  895.  
  896. .circle-small .circle:nth-child(51) {
  897. top: -92%;
  898. left: 98%;
  899. animation-delay: 51s;
  900. }
  901.  
  902. .circle-big .circle:nth-child(51) {
  903. top: 132%;
  904. left: 11%;
  905. animation-delay: 51s;
  906. }
  907.  
  908. .circle-small .circle:nth-child(52) {
  909. top: 24%;
  910. left: -30%;
  911. animation-delay: 52s;
  912. }
  913.  
  914. .circle-big .circle:nth-child(52) {
  915. top: 123%;
  916. left: 150%;
  917. animation-delay: 52s;
  918. }
  919.  
  920. .circle-small .circle:nth-child(53) {
  921. top: 108%;
  922. left: -29%;
  923. animation-delay: 53s;
  924. }
  925.  
  926. .circle-big .circle:nth-child(53) {
  927. top: -54%;
  928. left: 96%;
  929. animation-delay: 53s;
  930. }
  931.  
  932. .circle-small .circle:nth-child(54) {
  933. top: 0%;
  934. left: -91%;
  935. animation-delay: 54s;
  936. }
  937.  
  938. .circle-big .circle:nth-child(54) {
  939. top: 149%;
  940. left: -31%;
  941. animation-delay: 54s;
  942. }
  943.  
  944. .circle-small .circle:nth-child(55) {
  945. top: -1%;
  946. left: 40%;
  947. animation-delay: 55s;
  948. }
  949.  
  950. .circle-big .circle:nth-child(55) {
  951. top: -96%;
  952. left: -82%;
  953. animation-delay: 55s;
  954. }
  955.  
  956. .circle-small .circle:nth-child(56) {
  957. top: 118%;
  958. left: 180%;
  959. animation-delay: 56s;
  960. }
  961.  
  962. .circle-big .circle:nth-child(56) {
  963. top: 85%;
  964. left: 169%;
  965. animation-delay: 56s;
  966. }
  967.  
  968. .circle-small .circle:nth-child(57) {
  969. top: -97%;
  970. left: -6%;
  971. animation-delay: 57s;
  972. }
  973.  
  974. .circle-big .circle:nth-child(57) {
  975. top: -25%;
  976. left: 72%;
  977. animation-delay: 57s;
  978. }
  979.  
  980. .circle-small .circle:nth-child(58) {
  981. top: 35%;
  982. left: -3%;
  983. animation-delay: 58s;
  984. }
  985.  
  986. .circle-big .circle:nth-child(58) {
  987. top: 40%;
  988. left: 23%;
  989. animation-delay: 58s;
  990. }
  991.  
  992. .circle-small .circle:nth-child(59) {
  993. top: 52%;
  994. left: 99%;
  995. animation-delay: 59s;
  996. }
  997.  
  998. .circle-big .circle:nth-child(59) {
  999. top: 170%;
  1000. left: 27%;
  1001. animation-delay: 59s;
  1002. }
  1003.  
  1004. .circle-small .circle:nth-child(60) {
  1005. top: 46%;
  1006. left: 122%;
  1007. animation-delay: 60s;
  1008. }
  1009.  
  1010. .circle-big .circle:nth-child(60) {
  1011. top: -66%;
  1012. left: -69%;
  1013. animation-delay: 60s;
  1014. }
  1015.  
  1016. .circle-small .circle:nth-child(61) {
  1017. top: 16%;
  1018. left: 40%;
  1019. animation-delay: 61s;
  1020. }
  1021.  
  1022. .circle-big .circle:nth-child(61) {
  1023. top: 119%;
  1024. left: -83%;
  1025. animation-delay: 61s;
  1026. }
  1027.  
  1028. .circle-small .circle:nth-child(62) {
  1029. top: 98%;
  1030. left: 149%;
  1031. animation-delay: 62s;
  1032. }
  1033.  
  1034. .circle-big .circle:nth-child(62) {
  1035. top: 139%;
  1036. left: 68%;
  1037. animation-delay: 62s;
  1038. }
  1039.  
  1040. .circle-small .circle:nth-child(63) {
  1041. top: 92%;
  1042. left: 133%;
  1043. animation-delay: 63s;
  1044. }
  1045.  
  1046. .circle-big .circle:nth-child(63) {
  1047. top: 143%;
  1048. left: 52%;
  1049. animation-delay: 63s;
  1050. }
  1051.  
  1052. .circle-small .circle:nth-child(64) {
  1053. top: 36%;
  1054. left: -7%;
  1055. animation-delay: 64s;
  1056. }
  1057.  
  1058. .circle-big .circle:nth-child(64) {
  1059. top: -16%;
  1060. left: 188%;
  1061. animation-delay: 64s;
  1062. }
  1063.  
  1064. .circle-small .circle:nth-child(65) {
  1065. top: 49%;
  1066. left: -77%;
  1067. animation-delay: 65s;
  1068. }
  1069.  
  1070. .circle-big .circle:nth-child(65) {
  1071. top: -85%;
  1072. left: 126%;
  1073. animation-delay: 65s;
  1074. }
  1075.  
  1076. .circle-small .circle:nth-child(66) {
  1077. top: -52%;
  1078. left: 114%;
  1079. animation-delay: 66s;
  1080. }
  1081.  
  1082. .circle-big .circle:nth-child(66) {
  1083. top: 15%;
  1084. left: -97%;
  1085. animation-delay: 66s;
  1086. }
  1087.  
  1088. .circle-small .circle:nth-child(67) {
  1089. top: 179%;
  1090. left: 32%;
  1091. animation-delay: 67s;
  1092. }
  1093.  
  1094. .circle-big .circle:nth-child(67) {
  1095. top: 89%;
  1096. left: 137%;
  1097. animation-delay: 67s;
  1098. }
  1099.  
  1100. .circle-small .circle:nth-child(68) {
  1101. top: 93%;
  1102. left: 139%;
  1103. animation-delay: 68s;
  1104. }
  1105.  
  1106. .circle-big .circle:nth-child(68) {
  1107. top: 154%;
  1108. left: 142%;
  1109. animation-delay: 68s;
  1110. }
  1111.  
  1112. .circle-small .circle:nth-child(69) {
  1113. top: 124%;
  1114. left: 87%;
  1115. animation-delay: 69s;
  1116. }
  1117.  
  1118. .circle-big .circle:nth-child(69) {
  1119. top: 153%;
  1120. left: -51%;
  1121. animation-delay: 69s;
  1122. }
  1123.  
  1124. .circle-small .circle:nth-child(70) {
  1125. top: 11%;
  1126. left: 117%;
  1127. animation-delay: 70s;
  1128. }
  1129.  
  1130. .circle-big .circle:nth-child(70) {
  1131. top: -52%;
  1132. left: -93%;
  1133. animation-delay: 70s;
  1134. }
  1135.  
  1136. .circle-small .circle:nth-child(71) {
  1137. top: 54%;
  1138. left: 20%;
  1139. animation-delay: 71s;
  1140. }
  1141.  
  1142. .circle-big .circle:nth-child(71) {
  1143. top: 192%;
  1144. left: 198%;
  1145. animation-delay: 71s;
  1146. }
  1147.  
  1148. .circle-small .circle:nth-child(72) {
  1149. top: -13%;
  1150. left: 62%;
  1151. animation-delay: 72s;
  1152. }
  1153.  
  1154. .circle-big .circle:nth-child(72) {
  1155. top: 180%;
  1156. left: 132%;
  1157. animation-delay: 72s;
  1158. }
  1159.  
  1160. .circle-small .circle:nth-child(73) {
  1161. top: 132%;
  1162. left: 0%;
  1163. animation-delay: 73s;
  1164. }
  1165.  
  1166. .circle-big .circle:nth-child(73) {
  1167. top: -96%;
  1168. left: 83%;
  1169. animation-delay: 73s;
  1170. }
  1171.  
  1172. .circle-small .circle:nth-child(74) {
  1173. top: 64%;
  1174. left: -30%;
  1175. animation-delay: 74s;
  1176. }
  1177.  
  1178. .circle-big .circle:nth-child(74) {
  1179. top: 131%;
  1180. left: -38%;
  1181. animation-delay: 74s;
  1182. }
  1183.  
  1184. .circle-small .circle:nth-child(75) {
  1185. top: -85%;
  1186. left: -14%;
  1187. animation-delay: 75s;
  1188. }
  1189.  
  1190. .circle-big .circle:nth-child(75) {
  1191. top: 113%;
  1192. left: 45%;
  1193. animation-delay: 75s;
  1194. }
  1195.  
  1196. .circle-small .circle:nth-child(76) {
  1197. top: -84%;
  1198. left: -2%;
  1199. animation-delay: 76s;
  1200. }
  1201.  
  1202. .circle-big .circle:nth-child(76) {
  1203. top: -68%;
  1204. left: 74%;
  1205. animation-delay: 76s;
  1206. }
  1207.  
  1208. .circle-small .circle:nth-child(77) {
  1209. top: 134%;
  1210. left: 172%;
  1211. animation-delay: 77s;
  1212. }
  1213.  
  1214. .circle-big .circle:nth-child(77) {
  1215. top: -74%;
  1216. left: 98%;
  1217. animation-delay: 77s;
  1218. }
  1219.  
  1220. .circle-small .circle:nth-child(78) {
  1221. top: 154%;
  1222. left: 104%;
  1223. animation-delay: 78s;
  1224. }
  1225.  
  1226. .circle-big .circle:nth-child(78) {
  1227. top: -21%;
  1228. left: 170%;
  1229. animation-delay: 78s;
  1230. }
  1231.  
  1232. .circle-small .circle:nth-child(79) {
  1233. top: 74%;
  1234. left: 4%;
  1235. animation-delay: 79s;
  1236. }
  1237.  
  1238. .circle-big .circle:nth-child(79) {
  1239. top: 165%;
  1240. left: 78%;
  1241. animation-delay: 79s;
  1242. }
  1243.  
  1244. .circle-small .circle:nth-child(80) {
  1245. top: -64%;
  1246. left: 54%;
  1247. animation-delay: 80s;
  1248. }
  1249.  
  1250. .circle-big .circle:nth-child(80) {
  1251. top: 168%;
  1252. left: -95%;
  1253. animation-delay: 80s;
  1254. }
  1255.  
  1256. .circle-small .circle:nth-child(81) {
  1257. top: -67%;
  1258. left: 53%;
  1259. animation-delay: 81s;
  1260. }
  1261.  
  1262. .circle-big .circle:nth-child(81) {
  1263. top: 153%;
  1264. left: 113%;
  1265. animation-delay: 81s;
  1266. }
  1267.  
  1268. .circle-small .circle:nth-child(82) {
  1269. top: -50%;
  1270. left: 171%;
  1271. animation-delay: 82s;
  1272. }
  1273.  
  1274. .circle-big .circle:nth-child(82) {
  1275. top: 18%;
  1276. left: 21%;
  1277. animation-delay: 82s;
  1278. }
  1279.  
  1280. .circle-small .circle:nth-child(83) {
  1281. top: 134%;
  1282. left: 112%;
  1283. animation-delay: 83s;
  1284. }
  1285.  
  1286. .circle-big .circle:nth-child(83) {
  1287. top: 98%;
  1288. left: 5%;
  1289. animation-delay: 83s;
  1290. }
  1291.  
  1292. .circle-small .circle:nth-child(84) {
  1293. top: 59%;
  1294. left: -16%;
  1295. animation-delay: 84s;
  1296. }
  1297.  
  1298. .circle-big .circle:nth-child(84) {
  1299. top: -21%;
  1300. left: 32%;
  1301. animation-delay: 84s;
  1302. }
  1303.  
  1304. .circle-small .circle:nth-child(85) {
  1305. top: 143%;
  1306. left: 131%;
  1307. animation-delay: 85s;
  1308. }
  1309.  
  1310. .circle-big .circle:nth-child(85) {
  1311. top: 103%;
  1312. left: -44%;
  1313. animation-delay: 85s;
  1314. }
  1315.  
  1316. .circle-small .circle:nth-child(86) {
  1317. top: 11%;
  1318. left: 145%;
  1319. animation-delay: 86s;
  1320. }
  1321.  
  1322. .circle-big .circle:nth-child(86) {
  1323. top: 144%;
  1324. left: 132%;
  1325. animation-delay: 86s;
  1326. }
  1327.  
  1328. .circle-small .circle:nth-child(87) {
  1329. top: 169%;
  1330. left: 196%;
  1331. animation-delay: 87s;
  1332. }
  1333.  
  1334. .circle-big .circle:nth-child(87) {
  1335. top: -15%;
  1336. left: 55%;
  1337. animation-delay: 87s;
  1338. }
  1339.  
  1340. .circle-small .circle:nth-child(88) {
  1341. top: -8%;
  1342. left: 31%;
  1343. animation-delay: 88s;
  1344. }
  1345.  
  1346. .circle-big .circle:nth-child(88) {
  1347. top: 199%;
  1348. left: -5%;
  1349. animation-delay: 88s;
  1350. }
  1351.  
  1352. .circle-small .circle:nth-child(89) {
  1353. top: 65%;
  1354. left: 74%;
  1355. animation-delay: 89s;
  1356. }
  1357.  
  1358. .circle-big .circle:nth-child(89) {
  1359. top: 117%;
  1360. left: 88%;
  1361. animation-delay: 89s;
  1362. }
  1363.  
  1364. .circle-small .circle:nth-child(90) {
  1365. top: -49%;
  1366. left: -4%;
  1367. animation-delay: 90s;
  1368. }
  1369.  
  1370. .circle-big .circle:nth-child(90) {
  1371. top: -26%;
  1372. left: 15%;
  1373. animation-delay: 90s;
  1374. }
  1375.  
  1376. .circle-small .circle:nth-child(91) {
  1377. top: 84%;
  1378. left: -63%;
  1379. animation-delay: 91s;
  1380. }
  1381.  
  1382. .circle-big .circle:nth-child(91) {
  1383. top: -76%;
  1384. left: 180%;
  1385. animation-delay: 91s;
  1386. }
  1387.  
  1388. .circle-small .circle:nth-child(92) {
  1389. top: 102%;
  1390. left: 157%;
  1391. animation-delay: 92s;
  1392. }
  1393.  
  1394. .circle-big .circle:nth-child(92) {
  1395. top: 159%;
  1396. left: 159%;
  1397. animation-delay: 92s;
  1398. }
  1399.  
  1400. .circle-small .circle:nth-child(93) {
  1401. top: 76%;
  1402. left: 33%;
  1403. animation-delay: 93s;
  1404. }
  1405.  
  1406. .circle-big .circle:nth-child(93) {
  1407. top: 187%;
  1408. left: -50%;
  1409. animation-delay: 93s;
  1410. }
  1411.  
  1412. .circle-small .circle:nth-child(94) {
  1413. top: 178%;
  1414. left: 187%;
  1415. animation-delay: 94s;
  1416. }
  1417.  
  1418. .circle-big .circle:nth-child(94) {
  1419. top: 174%;
  1420. left: 15%;
  1421. animation-delay: 94s;
  1422. }
  1423.  
  1424. .circle-small .circle:nth-child(95) {
  1425. top: 166%;
  1426. left: 17%;
  1427. animation-delay: 95s;
  1428. }
  1429.  
  1430. .circle-big .circle:nth-child(95) {
  1431. top: 123%;
  1432. left: 42%;
  1433. animation-delay: 95s;
  1434. }
  1435.  
  1436. .circle-small .circle:nth-child(96) {
  1437. top: 129%;
  1438. left: 64%;
  1439. animation-delay: 96s;
  1440. }
  1441.  
  1442. .circle-big .circle:nth-child(96) {
  1443. top: 68%;
  1444. left: 48%;
  1445. animation-delay: 96s;
  1446. }
  1447.  
  1448. .circle-small .circle:nth-child(97) {
  1449. top: 17%;
  1450. left: -87%;
  1451. animation-delay: 97s;
  1452. }
  1453.  
  1454. .circle-big .circle:nth-child(97) {
  1455. top: 17%;
  1456. left: -80%;
  1457. animation-delay: 97s;
  1458. }
  1459.  
  1460. .circle-small .circle:nth-child(98) {
  1461. top: 75%;
  1462. left: 48%;
  1463. animation-delay: 98s;
  1464. }
  1465.  
  1466. .circle-big .circle:nth-child(98) {
  1467. top: -11%;
  1468. left: -23%;
  1469. animation-delay: 98s;
  1470. }
  1471.  
  1472. .circle-small .circle:nth-child(99) {
  1473. top: 162%;
  1474. left: 57%;
  1475. animation-delay: 99s;
  1476. }
  1477.  
  1478. .circle-big .circle:nth-child(99) {
  1479. top: 156%;
  1480. left: 167%;
  1481. animation-delay: 99s;
  1482. }
  1483.  
  1484. .circle-small .circle:nth-child(100) {
  1485. top: 93%;
  1486. left: 52%;
  1487. animation-delay: 100s;
  1488. }
  1489.  
  1490. .circle-big .circle:nth-child(100) {
  1491. top: -49%;
  1492. left: 153%;
  1493. animation-delay: 100s;
  1494. }
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502. .uno{position: absolute; left: 40%; top: 3%; z-index: 99; max-width: 30%; animation: bounce 8s infinite; -webkit-animation: bounce 8s infinite; -o-animation: bounce 8s infinite; image-shadow: 0 0 25px #CC20FF;-webkit-transform:rotate(-740deg);}
  1503. .energy img{width: 100%;}
  1504. @keyframes bounce{ 0% {top: 3%;} 50% {top: 8%;} 100% {top: 3%;}}
  1505. .energy img{width: 100%; height: auto; image-shadow: 0 0 25px #CC20FF;}
  1506. .uno {opacity: 1; transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -webkit-transition: opacity 1s ease-in-out;}
  1507.  
  1508.  
  1509.  
  1510. .hoverbox {
  1511. position: fixed;
  1512. background-color: #;
  1513. border-radius: ;
  1514. border: px solid #;
  1515. opacity: 0;
  1516. z-index:99999999999999999999999999999999999999999999999999999999999999;
  1517. width: 520px;
  1518. height: 550px;
  1519. padding: 5px;
  1520. left: 490px;
  1521. top: 160px;
  1522. font-family: arial;
  1523. font-size: px;
  1524. color: #;
  1525. letter-spacing: 0px;
  1526. -webkit-transition: all .7s ease-in-out;
  1527. }
  1528. .hoverbox:hover {
  1529. opacity: 1;
  1530. top: 160px;
  1531.  
  1532. }
  1533. .hoverbox b {
  1534. color: # ;
  1535. font-family: calibri;
  1536. font-size: px;
  1537. line-height: 10px;
  1538. text-transform: ;
  1539. }
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545. #MUSIC {
  1546. position: fixed;
  1547. left: 8vw;
  1548. top: 55vw;
  1549. width: 7vw;
  1550. height: 7vw;
  1551. overflow: hidden;
  1552. z-index :9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  1553. }
  1554.  
  1555. .MUSICPLAYER{
  1556. position: fixed;
  1557. bottom: 0.2vw;
  1558. left: 0.5vw;
  1559. height: 4.036458333333333vw;
  1560. width: 2.9296875vw;
  1561. overflow: hidden;
  1562. z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  1563. }
  1564.  
  1565. .MUSIC{
  1566. position: fixed;
  1567. margin-top: -2.7vw;
  1568. margin-left: -0.2vw;
  1569. height: 3vw;
  1570. width: 3vw;
  1571. overflow: hidden;
  1572. z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  1573. opacity: 0;
  1574. }
  1575. </style>
  1576.  
  1577.  
  1578.  
  1579. <div class="stars-bg">
  1580. <div class="circle-small">
  1581. <div class="circle"></div>
  1582. <div class="circle"></div>
  1583. <div class="circle"></div>
  1584. <div class="circle"></div>
  1585. <div class="circle"></div>
  1586. <div class="circle"></div>
  1587. <div class="circle"></div>
  1588. <div class="circle"></div>
  1589. <div class="circle"></div>
  1590. <div class="circle"></div>
  1591. <div class="circle"></div>
  1592. <div class="circle"></div>
  1593. <div class="circle"></div>
  1594. <div class="circle"></div>
  1595. <div class="circle"></div>
  1596. <div class="circle"></div>
  1597. <div class="circle"></div>
  1598. <div class="circle"></div>
  1599. <div class="circle"></div>
  1600. <div class="circle"></div>
  1601. <div class="circle"></div>
  1602. <div class="circle"></div>
  1603. <div class="circle"></div>
  1604. <div class="circle"></div>
  1605. <div class="circle"></div>
  1606. <div class="circle"></div>
  1607. <div class="circle"></div>
  1608. <div class="circle"></div>
  1609. <div class="circle"></div>
  1610. <div class="circle"></div>
  1611. <div class="circle"></div>
  1612. <div class="circle"></div>
  1613. <div class="circle"></div>
  1614. <div class="circle"></div>
  1615. <div class="circle"></div>
  1616. <div class="circle"></div>
  1617. <div class="circle"></div>
  1618. <div class="circle"></div>
  1619. <div class="circle"></div>
  1620. <div class="circle"></div>
  1621. <div class="circle"></div>
  1622. <div class="circle"></div>
  1623. <div class="circle"></div>
  1624. <div class="circle"></div>
  1625. <div class="circle"></div>
  1626. <div class="circle"></div>
  1627. <div class="circle"></div>
  1628. <div class="circle"></div>
  1629. <div class="circle"></div>
  1630. <div class="circle"></div>
  1631. <div class="circle"></div>
  1632. <div class="circle"></div>
  1633. <div class="circle"></div>
  1634. <div class="circle"></div>
  1635. <div class="circle"></div>
  1636. <div class="circle"></div>
  1637. <div class="circle"></div>
  1638. <div class="circle"></div>
  1639. <div class="circle"></div>
  1640. <div class="circle"></div>
  1641. <div class="circle"></div>
  1642. <div class="circle"></div>
  1643. <div class="circle"></div>
  1644. <div class="circle"></div>
  1645. <div class="circle"></div>
  1646. <div class="circle"></div>
  1647. <div class="circle"></div>
  1648. <div class="circle"></div>
  1649. <div class="circle"></div>
  1650. <div class="circle"></div>
  1651. <div class="circle"></div>
  1652. <div class="circle"></div>
  1653. <div class="circle"></div>
  1654. <div class="circle"></div>
  1655. <div class="circle"></div>
  1656. <div class="circle"></div>
  1657. <div class="circle"></div>
  1658. <div class="circle"></div>
  1659. <div class="circle"></div>
  1660. <div class="circle"></div>
  1661. <div class="circle"></div>
  1662. <div class="circle"></div>
  1663. <div class="circle"></div>
  1664. <div class="circle"></div>
  1665. <div class="circle"></div>
  1666. <div class="circle"></div>
  1667. <div class="circle"></div>
  1668. <div class="circle"></div>
  1669. <div class="circle"></div>
  1670. <div class="circle"></div>
  1671. <div class="circle"></div>
  1672. <div class="circle"></div>
  1673. <div class="circle"></div>
  1674. <div class="circle"></div>
  1675. <div class="circle"></div>
  1676. <div class="circle"></div>
  1677. <div class="circle"></div>
  1678. <div class="circle"></div>
  1679. <div class="circle"></div>
  1680. <div class="circle"></div>
  1681. </div>
  1682. <div class="circle-big">
  1683. <div class="circle"></div>
  1684. <div class="circle"></div>
  1685. <div class="circle"></div>
  1686. <div class="circle"></div>
  1687. <div class="circle"></div>
  1688. <div class="circle"></div>
  1689. <div class="circle"></div>
  1690. <div class="circle"></div>
  1691. <div class="circle"></div>
  1692. <div class="circle"></div>
  1693. <div class="circle"></div>
  1694. <div class="circle"></div>
  1695. <div class="circle"></div>
  1696. <div class="circle"></div>
  1697. <div class="circle"></div>
  1698. <div class="circle"></div>
  1699. <div class="circle"></div>
  1700. <div class="circle"></div>
  1701. <div class="circle"></div>
  1702. <div class="circle"></div>
  1703. <div class="circle"></div>
  1704. <div class="circle"></div>
  1705. <div class="circle"></div>
  1706. <div class="circle"></div>
  1707. <div class="circle"></div>
  1708. <div class="circle"></div>
  1709. <div class="circle"></div>
  1710. <div class="circle"></div>
  1711. <div class="circle"></div>
  1712. <div class="circle"></div>
  1713. <div class="circle"></div>
  1714. <div class="circle"></div>
  1715. <div class="circle"></div>
  1716. <div class="circle"></div>
  1717. <div class="circle"></div>
  1718. <div class="circle"></div>
  1719. <div class="circle"></div>
  1720. <div class="circle"></div>
  1721. <div class="circle"></div>
  1722. <div class="circle"></div>
  1723. <div class="circle"></div>
  1724. <div class="circle"></div>
  1725. <div class="circle"></div>
  1726. <div class="circle"></div>
  1727. <div class="circle"></div>
  1728. <div class="circle"></div>
  1729. <div class="circle"></div>
  1730. <div class="circle"></div>
  1731. <div class="circle"></div>
  1732. <div class="circle"></div>
  1733. <div class="circle"></div>
  1734. <div class="circle"></div>
  1735. <div class="circle"></div>
  1736. <div class="circle"></div>
  1737. <div class="circle"></div>
  1738. <div class="circle"></div>
  1739. <div class="circle"></div>
  1740. <div class="circle"></div>
  1741. <div class="circle"></div>
  1742. <div class="circle"></div>
  1743. <div class="circle"></div>
  1744. <div class="circle"></div>
  1745. <div class="circle"></div>
  1746. <div class="circle"></div>
  1747. <div class="circle"></div>
  1748. <div class="circle"></div>
  1749. <div class="circle"></div>
  1750. <div class="circle"></div>
  1751. <div class="circle"></div>
  1752. <div class="circle"></div>
  1753. <div class="circle"></div>
  1754. <div class="circle"></div>
  1755. <div class="circle"></div>
  1756. <div class="circle"></div>
  1757. <div class="circle"></div>
  1758. <div class="circle"></div>
  1759. <div class="circle"></div>
  1760. <div class="circle"></div>
  1761. <div class="circle"></div>
  1762. <div class="circle"></div>
  1763. <div class="circle"></div>
  1764. <div class="circle"></div>
  1765. <div class="circle"></div>
  1766. <div class="circle"></div>
  1767. <div class="circle"></div>
  1768. <div class="circle"></div>
  1769. <div class="circle"></div>
  1770. <div class="circle"></div>
  1771. <div class="circle"></div>
  1772. <div class="circle"></div>
  1773. <div class="circle"></div>
  1774. <div class="circle"></div>
  1775. <div class="circle"></div>
  1776. <div class="circle"></div>
  1777. <div class="circle"></div>
  1778. <div class="circle"></div>
  1779. <div class="circle"></div>
  1780. <div class="circle"></div>
  1781. <div class="circle"></div>
  1782. <div class="circle"></div>
  1783. </div>
  1784. </div>
  1785.  
  1786.  
  1787. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: #000; opacity: 0.3; width: 520px; height: 400px; ; position: absolute; top: 184px; left: 200px; overflow: auto; text-align: left; border-radius: 1em 1em 1em 1em; border: px solid #fff; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;"></div>
  1788.  
  1789. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.5; width: 550px; height: 512px; ; position: absolute; top: 164px; left: 50px; overflow: auto; text-align: left; border-radius: ; border: px solid #fff; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1790.  
  1791. <img src="https://i.ibb.co/WPzCdXj/babie-transparent1-w-red.png" width="427" height="510">
  1792.  
  1793. </div>
  1794.  
  1795.  
  1796.  
  1797. <div style="letter-spacing: 8px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: #; opacity: 0.2; width: 500px; height: 200px; ; position: absolute; top: 204px; left: 385px; overflow: auto; text-align: left; border-radius: ; border: px solid #fff; z-index:9999999999999999999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1798.  
  1799. no stranger would it be.
  1800.  
  1801.  
  1802. </div>
  1803.  
  1804.  
  1805.  
  1806. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: #; opacity: 0.3; width: 520px; height: 300px; ; position: absolute; top: 240px; left: 400px; overflow: auto; text-align: left; border-radius: ; border: px solid #fff; z-index:999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1807.  
  1808. namesake. <br />
  1809. alias.<br />
  1810. gender.<br />
  1811. age.<br />
  1812. sexuality.<br />
  1813. paramour.<br />
  1814. marital.<br />
  1815. species.<br />
  1816. height.<br />
  1817. weight.<br />
  1818. tresses.<br />
  1819. complexion.<br />
  1820. optics.<br />
  1821. physique.
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830. </div>
  1831.  
  1832.  
  1833.  
  1834.  
  1835. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: #; opacity: 0.4; width: 240px; height: 300px; ; position: absolute; top: 240px; left: 400px; overflow: auto; text-align: right; border-radius: ; border: px solid #fff; z-index:999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1836.  
  1837. 'aoife adler' <br />
  1838. thirteen<br />
  1839. female<br />
  1840. eighteen<br />
  1841. heterosexual<br />
  1842. uninterested<br />
  1843. singular<br />
  1844. human expirament<br />
  1845. five, six<br />
  1846. one, twenty<br />
  1847. black<br />
  1848. ivory<br />
  1849. brown<br />
  1850. slender curvy
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859. </div>
  1860.  
  1861.  
  1862. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.7; width: 108px; height: 108px; ; position: absolute; top: 240px; left: 660px; overflow: auto; text-align: left; border-radius: ; border: 1px solid #000; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1863. </div>
  1864. <a title="Click for pic." href="https://i.ibb.co/d4YfwGg/Untitled.png"><div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.5; width: 150px; height: 212px; ; position: absolute; top: 250px; left: 670px; overflow: auto; text-align: left; border-radius: ; border: px solid #fff; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1865.  
  1866. <img src="https://i.ibb.co/d4YfwGg/Untitled.png" width="90" height="90">
  1867.  
  1868. </div></a>
  1869.  
  1870. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.7; width: 108px; height: 108px; ; position: absolute; top: 360px; left: 660px; overflow: auto; text-align: left; border-radius: ; border: 1px solid #0b0302; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1871. </div>
  1872. <a title="Click for pic." href="https://i.ibb.co/QMmqMkZ/FC-Selena-Gomez.jpg"><div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.5; width: 150px; height: 212px; ; position: absolute; top: 370px; left: 670px; overflow: auto; text-align: left; border-radius: ; border: px solid #fff; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1873.  
  1874. <img src="https://i.ibb.co/58W1G95/unti.png" width="90" height="90">
  1875.  
  1876. </div></a>
  1877.  
  1878.  
  1879.  
  1880. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.7; width: 108px; height: 108px; ; position: absolute; top: 480px; left: 660px; overflow: auto; text-align: left; border-radius: ; border: 1px solid #1a0603; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1881. </div>
  1882. <a title="Click for pic." href="https://i.ibb.co/HYJMz83/FC-Selena-Gomez.jpg"><div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.5; width: 150px; height: 120px; ; position: absolute; top: 490px; left: 670px; overflow: auto; text-align: left; border-radius: ; border: px solid #fff; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  1883.  
  1884. <img src="https://i.ibb.co/HYJMz83/FC-Selena-Gomez.jpg" width="90" height="90">
  1885.  
  1886. </div></a>
  1887.  
  1888.  
  1889.  
  1890. <h2><span style="color: #000;">stranger things did happen here.</h2>
  1891.  
  1892. <h1><span style="color: #000;"> aoife adler</h1>
  1893.  
  1894.  
  1895.  
  1896. <div id="MUSIC">
  1897. <div class="MUSICPLAYER">
  1898. <span style="font-family: agency fb; font-size: 15; color: #ff0000;"> ||►
  1899. <div class="MUSIC">
  1900. <audio controls="" loop="">
  1901. <source
  1902. src="https://www.dropbox.com/s/tzxlojkabhxckpd/I_Found_It_In_The_Woods_-_Peter_Hollens.mp3?dl=1"></audio>
  1903. </div></div></div>
  1904.  
  1905.  
  1906.  
  1907.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement