:root {
  --primary-color: #0073e6;
  --secondary-color: #00b894;
  --background-color: #f5f7fa;
  --text-color: #333333;
  --accent-color: #ffcc00;
  --font-family: "Arial", sans-serif;
  --white: #ffffff;
  --border-radius: 8px;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

body {
  margin: 0px;
}
