body {
    background-image: url('library_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
table {
    width: 100%;
    height: 100%;
    text-align: center;
}
h1 {
    font-size: 2.5em;
    font-family: "Merriweather Sans", "futura-light", helvetica, arial, sans-serif;
}
h2 {
    font-size: 1.0em;
    font-family: "Merriweather Sans", "futura-light", helvetica, arial, sans-serif;
}

td {
    width: 50%;
    font-weight: normal;
    font-family: "Merriweather Sans", "futura-light", helvetica, arial, sans-serif;
    color: #FFFFFF;
    padding: 20px;
}
/* a {
    color: #FFFFFF;
}
a:hover {
    color: #bbbbbb;
} */
.button {
    background-color: #BBBBBB;
    border: none;
    color: FFFFFF;
    padding: 1em 1.3em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 0.35em;
}
.button:hover {
    background-color: #333f48;
}