/* Workeffects – Base Styles */

body {
  font-family: Arial, sans-serif;
  margin: 40px;
  color: #111;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
}

nav {
  margin: 25px 0;
}

nav a {
  margin-right: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #2E3191;
}

nav a:hover {
  text-decoration: underline;
}

