.university-header {
    position: relative;
    background-color: #eee;
}
.university-header .links {
    padding: 0.5em;
    font-family: "Montserrat", sans-serif;

    font-weight: 300;
    font-style: normal;

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

.container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.mb1 {
    display: flex;
}

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

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

    font-family: Montserrat, sans-serif;
}

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

.site-header h1 {
    color: #444;
    font-family: Montserrat, sans-serif;

    font-weight: 600;
    font-style: normal;
}

.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;
}

a {
    font-family: "Montserrat", sans-serif;
}

table {
    background-color: white;
    border-collapse: separate;
    border-spacing: 0 15px;
}