.university-header {
    position: relative;
    background-color: #eee;
}
.university-header .links {
    padding: 0.5em;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;

    text-align: right;
}
.university-header .links a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    margin-right: 2rem;
}
.museum-header {
    position: relative;
    padding-bottom: 1rem;
}

.container,
.main {
    max-width: 1000px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.main,
table {
    background-color: white!important;
}

.main .navigation ul {
    background-color: white;
    color: blue;
}

.main .navigation li {
    border: none !important;
    margin: 0.5rem;
    padding: 0.25rem;
    color: blue;
    background-color: rgb(245, 245, 245);
}

.main .navigation a {
    background-color: rgb(245, 245, 245);
    color: blue;
}

.mb1 {
    display: flex;
}

.mb1 a {
    text-align: center;
}

.links.container {
    display: flex;
    justify-content: flex-end;
}

body {
    margin: 0;
    background-color: white;
}

.site-header {
    background-color: #f0f0ec;
    margin: 1rem auto;
}

.site-header h1 {
    color: #444;
    font-family: Montserrat,sans-serif;
    font-size: 1.88rem;
    font-weight: 600;
    font-style: normal;
    text-align: left;
}

.site-header h1 a {
    color: #444;
    text-decoration: none;
}

td {
    text-align: center;
}

td img {
    margin: 1rem;
    padding: 1rem;
}

font {
    text-align: left;
}

.btn {
    padding: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    color: rgb(0,0,0);
    background-color: rgb(245, 245, 245);
    border-bottom: 5px solid white;
    margin: 0.125rem;
}

.decoration-none {
    text-decoration: none;
}

.btn-active {
    border-bottom: 5px solid #333;
}
