/* Global Reset */
body {
  font-family: Arial, sans-serif;
}

/* Smooth transitions */
* {
  transition: all 0.2s ease-in-out;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Container helper */
.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}