html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

h1, h2, h3, h4 {
  color: #333;
}

hr {
  margin: 30px 0;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

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

a:hover {
  text-decoration: underline;
}

.bg-dark {
  background-color: #444e4f !important;
}

footer {
  background-color: #81bc00;
  color: white !important;
  margin-top: 100px;
}
footer .container {
  background-color: #515151;
}
footer a {
  color: white !important;
}
footer .telephone {
  font-size: 30px;
  font-weight: 600;
}
