.label {
    display: inline-block;
    width: 200px; /* Adjust the width based on the longest label */
    text-align: right;
}
.tab {
    display: inline-block;
    margin-left: 33px;
}

body {
    font-family: Times New Roman, serif;
    background-color: rgb(179, 191, 202);
}

nav {
    background-color: #1b4c77;
    border-bottom: 5px solid white;
    background-image: url(../images/U.S._Bullion_Depository-adjust2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: soft-light;
}

nav a.navbar-brand img {
    transition: transform .5s;
    transform-origin: center;
    transform: scale(1);
}

nav a.navbar-brand img:hover {
    transform: scale(1.3);
}

nav ul.navbar-nav {
    height: 100%;
    font-size: 34px;
    text-shadow: 1px 1px 2px black;
}

nav ul.navbar-nav li a.nav-link {
    color: white;
}

div.container {
    border: 1px solid black;
    background-color: white;
    border-top: 4px solid orange;
    position: relative;
    top: -30px;
}

div.container p.text-body {
    font-weight: bold;
}

div.container p.display-6 {
    background-color: rgb(255, 170, 0);
    padding: 24px;
    width: 70%;
    margin: auto;
    border-radius: 8px;
    border: 1px solid black;
}

div.container p.display-6 a {
    color: #1b4c77;
    font-size: 27px;
    font-weight: 900;
}

div.container p.display-6 a em {
    font-size: 14px;
}

div.container ul li p {
    font-size: 22px;
}

div.container figure blockquote {
    border: 1px solid black;
    padding: 12px;
}

div.container figure blockquote h4 {
    font-weight: bold;
    color: darkblue;
}

div.container figure blockquote figcaption {
    font-size: 18px;
}

footer {
    background-color: #1b4c77;
}

footer a {
    color: rgb(255, 170, 0);
}

p {
    font-size: 22px;
}