	   body {
	   	background-color: #000;
	   	background-image: url('../img/purple.jpg');
	   	background-size: contain;
	   	color: #BAA5D1;
	   	font-size: 12px;
	   	font-family: verdana, helvetica;
	   	line-height: 20px;
	   }

	   #container {
	    text-align: justify;
	   	border-style: none;
	   	margin: auto;
	   	width: 600px;
	   }
	   
    .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

     h1 {
       text-align: center;
       font-size: 40px;
	   font-family: 'UnifrakturMaguntia', cursive;
	}
     
	   h3 {
	   	padding: 0;
	   	font-size: 25px;
	   	font-family: 'UnifrakturMaguntia', cursive;
	   }

	   ul {
	   	list-style-type: circle;
	   	list-style-position: inside;
	   	margin: 0;
	   	padding: 3px;
	   	overflow: hidden;
	   	font-size: 12px;
	   }
      
    p {
    	text-align: justify;
    	font-family: 'Play', sans-serif;
    }
	
	a:link {
		color: #fff;
		font-family: 'Play', sans-serif;
	}

	a:visited {
	   	color: #fff;
	   	text-decoration: none;
	   	font-family: 'Play', sans-serif;
	}

	a:active {
	   	color: #BAA5D1;
	   	text-decoration: underline;
	   	background: #fff;
	   	font-family: 'Play', sans-serif;
	}

	a:hover {
	   	color: #000;
	   	text-decoration: underline;
	   	background: #fff;
	   	font-family: 'Play', sans-serif;
	}