html   {
  height: 100%;
  margin: 0;  }

body   {
  height: 100%;
  margin: 0;
/*  background-image: url(https://static-images.objects-us-east-1.dream.io/cat-sleep.gif);*/
/*  background-image: url(/media/0.gif);*/
  background-image: url(/media/1.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  }

p  {
	margin: 0;
    padding: 0 0 10px;
    top: 43px;
    width: 206px;
    background: #203243;
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
	box-shadow: 1px 2px 10px 0px #333352;
    cursor: default;
    color: #ffff00;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	font-family: 'Permanent Marker' ;*/
/*	font-family: 'Rock Salt' ;*/
/*	font-family: 'Unica One' ;*/
/*	font-family: 'Walter Turncoat' ;*/
/*	font-family: 'REM' ;*/
	position: absolute; 
    left: 2%;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase; }

a:link  {
	color: #ffff00; 
	text-decoration: none;  }

a:visited  {
	color: #ffffff; 
	text-decoration: none;  }

a:hover  {
	color: #00ff00; 
	text-decoration: none;  }

a:active  {
	color: #ff0000; 
	text-decoration: none;  }
