
    body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    background-color: #fafafa;
    overflow-x: hidden;
    }

button, input {
    font-size: 16px;
}
a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #444444;
    margin: 0 0 1rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

    .d-n {
  display: none;
}
.col-c-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.w-100p {
  width: 100%;
}
.p-f-b10px-l10px {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
.f-s-16px {
  font-size: 16px;
}
.row-se-c-w {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.m-5px {
  margin: 5px;
}
.d-n {
  display: none;
}
.p-f-b10px-r10px {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.f-s-16px {
  font-size: 16px;
}
