:root {
    --primary-color: 92, 94, 220;
    --primary-point: 52, 34, 107;
    --secondary-color: 139, 92, 246;
    --text-color: 31, 41, 55;
    /* --background-color: 243, 244, 246; */
    --background-color: 92, 94, 220;
    --border-radius: 12px;
    --background-image: url("../images/shape.svg");
  
    --primary-button-text-color: 255, 255, 255;
  }