body {
  font-family: "Arial", sans-serif;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #007bff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #0056b3;
}

.container {
  max-width: 1200px;
}

h1 {
  color: red;
}/*# sourceMappingURL=styles.css.map */