  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  .hover-effect {
    width: 120px;
    height: 28px;
    left: 1753px;
    top: 37px;
    position: absolute;
    color: rgba(255, 255, 255, 0.75);
    font-size: 25px;
    font-family: Inter;
    font-weight: 600;
    word-wrap: break-word;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
    .hover-effect:hover {
    color: rgb(70, 24, 195);
    }
  