:root{
    --primary:#635BFF;
    --secondary:#06B6D4;
    --dark:#0F172A;
    --light:#F8FAFC;
    --text:#1E293B;
    --muted:#64748B;
    --border:#E2E8F0;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

.container {
  /*width: min(1200px,95%);*/
  margin: auto;
  width: 98%;
}