@import url('https://rsms.me/inter/inter.css');
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  font-family: Inter, Verdana, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: auto;
  padding: 20px;
  max-width: 720px;
  text-align: justify;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
textarea, input, select {
  display: block;
  border: 1px solid #ced4da;
  background: #fff;
  padding: 8px;
  width: 100%;
}
select {
  padding: 10px;
}
input:disabled {
  background: #eee;
}
input[type=\"checkbox\"] {
  width: auto;
}
a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: underline;
}
p {
  text-align: justify;
  margin: 16px 0;
}
header p {
  margin: 0;
}
header h1 {
  margin-bottom: 0;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
header {
  margin-bottom: 32px;
}
header h1 a {
  text-decoration: none;
}
footer {
  margin: 32px 0;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 4px;
}
section {
  margin: 16px 0;
}
.alert {
  border: 1px solid #ccc;
  padding: 16px;
  background: #cfe2ff;
}
label, dt {
  font-weight: bold;
  display: block;
  margin: 8px 0;
}
small.form-hint {
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
}
.button {
  cursor: pointer;
  background: #3273dc;
  color: #fff;
  border: 1px solid #3273dc;
  padding: .375rem .75rem;
  margin: 8px 0;
  display: inline-block;
}
a.button {
  text-decoration: none;
  padding: 8.5px 12px
}
.button-outline {
  color: #3273dc;
  background: #fff;
}
.error {
  color: #ff0000;
}
ul {
  list-style-type: square;
}
nav ul {
  list-style-type: none;
  padding-inline-start: 0;
}
nav ul li {
  display: inline-block;
  margin: 8px;
}
nav ul li:first-child {
  margin-left: 0;
}
nav ul li:last-child {
  margin-right: 0;
}
nav a.button, .hero {
  font-weight: bold;
}
th, td {
  padding: 8px;
}
.my-3 {
  margin: 1rem 0;
}
blockquote {
  background: #f6f8fa;
  border-left: 0.4em solid #ccc;
  margin: 1em 0;
  padding: 0.5em 1em;
}
blockquote :first-child {
  margin-top: 0;
}
blockquote :last-child {
  margin-bottom: 0;
}
