@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  background-color: #f8f9fa;
}

h1, h2 {
  font-family: 'Bebas Neue', sans-serif;
}

h2 {
  font-size: 2rem;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

p, ul li {
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 1.5rem;
}

.btn-primary {
  background-color: #0066cc;
  border: none;
}

.btn-primary:hover {
  background-color: #004c99;
}
