
body.large {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #212529;
  background-color: #f9f9f9;
}

h1.large { font-size: 2.75rem; }
h2.large { font-size: 2.25rem; }
h3.large { font-size: 2rem; }
h4.large { font-size: 1.75rem; }
h5.large { font-size: 1.5rem; }
h6.large { font-size: 1.25rem; }

p.large {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

label.large {
  font-size: 1.2rem;
}

input.large, textarea.large, select.large {
  font-size: 1.25rem;
  padding: 0.5rem;
}

ul.large, ol.large {
  font-size: 1.25rem;
  padding-left: 2rem;
}

li.large {
  margin-bottom: 0.75rem;
}

strong.large {
  font-weight: 700;
  color: #000;
}

em.large {
  font-style: italic;
}

a.large {
  font-size: 1.25rem;
  color: #0d6efd;
  text-decoration: underline;
}

a.large:hover {
  text-decoration: underline;
}

a.large:visited{
  color: rgb(130, 1, 182);
}

a.large.btn-primary:visited {
  color: white;
}

a.large.btn-outline-primary:visited {
  color: #0d6efd;
}

a.large.btn-outline-primary:hover {
  color: white;
}

.large.visually-hidden-focusable:focus {
  font-size: 1.25rem;
}

button.large {
  font-size: 1.25rem;
  padding: 0.6rem 1.2rem;
}
