html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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;
}

body {
    background: #77bbd9;
    background: linear-gradient(168deg,rgba(163, 211, 231, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    margin-bottom: 60px;
}

.navbar {
    background-color: darkslategrey;
    color: white;
}

.json-scroll {
    max-height: 310px;
    overflow: auto;
    background: #d0e2e5;
    border: 1px solid #dee2e6;
    padding: 8px;
    border-radius: 4px;
}

