body {
background: white;

}



    
    /* Styling for circular text */
    .Circl_text {
      
      text-transform: uppercase;
      font-family: Arial, Helvetica, sans-serif;
      fill: #0dff00;
      font-size: 1.2vw; /* Responsive font size */
      letter-spacing: 8px; /* Default letter-spacing */
    }
    
    


    

    /* Animation for rotating text */
    #rotatingText {
      animation: rotate-circle 15s linear infinite;
      transform-origin: center;
    }

    @keyframes rotate-circle {
      100% {
        transform: rotate(1turn);
      }
    }

    /* Position SVG container at 10% from top and left */
    .Circl_box {
      position: absolute;
      top: 8%;
      left: 3%;
      display: grid;
      align-items: center;
      justify-items: center;
    }

    /* Adjust the size of the circle */
    #rotatingText {
      width: 20vw;  /* Make the circle smaller */
      height: 20vw; /* Make the circle smaller */
    }












  .main_stone {
    max-width: 90%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 1%;
  }

  .folder {
    position: absolute;
    top: 15%;
    left: 85%; /* Center horizontally */
  }
  .folder img {
    width: 35%; /* Responsive image */
    height: auto; /* Maintain aspect ratio */
    
  }


  .bottom-left-WORKS {
    
    float: left;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 0;
    
  }
  .bottom-right-WORKS {
    float: right;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 0;
   
  }