/* Custom CSS */
body {
  font-family: 'Lato', sans-serif;
  background-color: #f7f3e9;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

/* Custom link color */
a {
  color: #3498db;
}

/* Navbar customization */
.navbar {
  background-color: #282828;
}

.navbar a {
  color: #ffffff;
}

/* Footer */
footer {
  background-color: #282828;
  color: #ffffff;
  padding: 10px 0;
}
