﻿.body-content {
    min-height: 400px;
}
.navbar, .card-header {
    background-color: #17A2B8;
}
.navbar-brand > img {
    width: 100px;
    margin-left: 16px;
}
.btn.btn-link {
    text-decoration: none;
}
.btn.btn-link:hover {
    text-decoration: underline;
}
.json-text {
    background: white;
    color: black;
}
footer {
    text-align: -webkit-center;
}
.footer-content {
    color: #bbb8d1;
    font-family: arial;
    font-size: 12px;
    width: 800px;
    text-align: center;
}
.alert.alert-info {
    background-color: #D1ECF1;
}