body {
    background-color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}

h1 {    
    font-size: 30px;
    font-family: 'Caveat Brush', cursive;
    color: #000000;
}

h2 {   
    font-family: 'Caveat Brush', cursive;
    font-size: 24px;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    color: #ad3939;
}

h3 {
    font-size: 18px;
    margin-top: 0em;
    margin-bottom: 0.5em;
    color: #fa6b6b;
}

p {
    font-size:14px;
    color: #000000;
}

/* unvisited link */
a:link {
  color: #ff8787;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #ff8787;
}

/* mouse over link */
a:hover {
  color: #000000;
}

/* selected link */
a:active {
  color: #fa6b6b;
}

/* gradient horizontal ruler */
hr {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#content {
    width: 700px;
    padding: 25px 50px 25px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom:50px;
    background-color: #ffffff;
    border-style: double;
    border-width: 10px;
}

#logo {
    text-align: center;
}