.nav {
    background-color: black;
}

.bbkg {
    background-color: black;
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    color: blue;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    color: blue;
}

.fakeimg {
    height: 200px;
    background: #aaa;
  }

img {
    border-color: black;
    height: 200px;
    width: auto;
}

.nav-item {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    color: white;
}

.navbar-brand {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
}