hr.hr-blury {
  border: none;
  height: 3px;
  background: linear-gradient(to right, transparent, #000, transparent);
  position: relative;
  width: 90%;
  margin: 1rem auto;
}

hr.hr-blury::before {
  content: '';
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
}

hr.hr-blury::after {
  content: '';
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
}

html {
  font-family: sans-serif;
}

button,
input,
select,
textarea {
  font-size: 14px;
  line-height: 1.5;
}

body {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  /* font-family: Open Sans; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.nav-link {
  color: var(--bs-dark);
}