html, body {
    padding: 0;
    margin: 0;
    background-image: url(../images/hearttiles.png);
}

.header {
    margin: 0;
    padding-top: 1em;
    width: 100%;
    text-align: center;
    color: white;
    background-image: url(../images/leaf.jpg);
    height: 150px;
}

h1 {
    text-shadow: 0 0 15px rgba(255, 255, 255, 1);
}

table {
    margin: 1em auto 0 auto;
    border: none;
    width: 100%;
    background-color: white;
}

th, td {
    font-family: 'Inconsolata', sans-serif;
}

.content-main {
    display: block;
    background-color: white;
    padding: 1em 5em;
}
