@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');



 /* body {
   background-color: #000;
 } */
 
  /* Applying CSS to sphere */
 .tagcloud {
   display: inline-block;
   left: 32%;
   font-weight: bold;
   letter-spacing: 1px;
   font-family: 'Koulen', cursive;
   font-size: 30px;
 }
 
 /* Change color of each text in sphere on hover   */
 .tagcloud--item:hover {
   color: #B18500 ;
 }

 @media screen and (max-width:1024px) {
   .Sphere{
     display:none;
   }
 }