.row {
  max-width: 800px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.instructions {
  border-color: var(--bs-gray-dark);
  border-style: dashed;
  background-color: var(--bs-highlight-bg);
  border-width: 1px;
  padding: 5px;
}

footer {
}

.global-footer {
  margin-top: 10px;
  border-top-color: var(--bs-secondary);
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 25px;
}

.blog-links {
  list-style-type: initial;
  list-style-position: inherit;
  list-style-image: none;
  font-family: 'Roboto';
  font-size: large;
}

.blog-links a:hover {
  color: #006400;
}

.allcol {
  padding-top: 25px;
  padding-bottom: 25px;
}

