html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.code-snippet {
    border-radius: 5px;
    white-space: pre-wrap;
    background: whitesmoke;
    border: 0px;
    padding-left: 2rem;
    margin: 0;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 5rem;
}

p.block-quote {
    font-family: monospace;
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 1.5rem;
    margin-bottom: 2rem;
}