@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;500&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  background-color: #f5f5f5;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

a {
  color: #ff6347; /* A vibrant, contrasting color for links */
}

#navbar {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

#navbar a {
  color: #333;
  text-decoration: none;
}

#content {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}
