@font-face {
    font-family: "Inktext";
    src: url("Inktext.ttf") format("truetype");}
@font-face {
    font-family: "Bubbleletters";
    src: url("Bubbleletters.ttf") format("truetype");}
body {
    text-align: center;
    background-color: black;}
img {
    max-width:100%;
    min-width:100%;
    height:auto;}
a:link{
    color:#ffffff;}
a:visited{
    color:#919191;}
#content {
    font-family: "Inktext";
    font-size: 24px;
    color:#ffffff;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20%;}
#footer {
    font-family: "Bubbleletters";
    background-color: black;
    font-size: 12px;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;}
h1 {
    font-family: "Bubbleletters";
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 38px;}