body
{
    background-color: #333333;
    color: white;
}

a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 2.5em;
}

h2
{
    font-size: 1.0em;
}

h3
{
    text-align: left;
}

p
{
    text-align: left;
}

hr
{
    border-top: 1px solid #555555;
    margin: 1.0em;
}

.logo-container
{
  background-image: url("../images/logo_simple.png");
  width: 250px;
  height: 250px;
  margin: auto;
  position: absolute;
  box-shadow: 0 0 5px black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.center-text
{
    margin: auto;
    text-align: center;
    max-width: 50%;
    font-family: Arial, Helvetica, sans-serif;
}

div.head-container
{
    text-align: left;
    display: inline-block; 
    width: 100%;
}

div.footer
{
    width: 75%;
    margin: auto;
    margin-top: 5em;
    padding: 1.0em;
    border-top: 1px solid gray;
    text-align: center;
    color: darkgrey;
    font-size: 0.75em;
}

div.home-button
{
    position: fixed;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin: 1em;
    background-image: url("../images/logo_simple_32.png");
}

table.simple-text
{
    display: inline-block;
    text-align: left;
    padding: 0.5em;
    margin: 2em;
    border: 1px solid black;
    box-shadow: 0 0 5px black;
    font-family: monospace;
}

ul.simple-text
{
    text-align: left;;
}

[data-link] 
{
    cursor: pointer;
 }