			body {
			background-image: url("media.png");
			background-repeat: no-repeat;
	    	background-size: cover;
			}
	
			ul {
				float: right;
			}

			ul a {
				display: block;
				text-align: center;
				margin-top: 5px;
				padding: 20px 20px;
				text-decoration: none;
			}

			img {
    			margin: 0 0 10px 10px;
			}

			a#btn {
				display: inline-block;
				margin:auto;
				margin-top: 5px;
				margin-right: 20px;
				box-sizing: border-box;
				border-radius: 30px;
				padding: 20px 30px 20px;
				color: #494647;
				font-family: 'Press Start 2P', cursive;
				font-size: 18px;
				text-decoration: none;
				line-height: 40px;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,eaebed+40,c4c6c8+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #eaebed 40%, #c4c6c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eaebed 40%,#c4c6c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcfcfc 0%,#eaebed 40%,#c4c6c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c4c6c8',GradientType=0 ); /* IE6-9 */
				-webkit-box-shadow: 7px 10px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 10px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 10px 5px 0px rgba(50, 50, 50, 0.75);
			}

			a#btn:hover {
				color: #FF4500;
			}

			.header {
				position: fixed;
				padding-left: 13%;
				padding-top: 9%;

			}

				@media (max-width: 1384px) {
				.img {
					margin-left: 5px;
					margin-top: 0px;
				}
			}

			h1 {
				margin-top: 28%;
				font-family: 'Press Start 2P', cursive;
				font-size: 40px;
			}

			h2 {
				font-size: 20px;
				font-weight: bold;
				padding-top: 0;
				line-height: 15px;
			}

			.text_container {
				width: 600px;
				margin-top: 10%;
				margin-right: 10%;
				float: right;
				box-sizing: border-box;
				border-radius: 20px;
				padding: 5px 30px 30px;
				color: #494647;
				font-family: 'Arial', sans serif;
				font-size: 13px;
				text-decoration: none;
				line-height: 25px;
    			overflow-y: scroll;
    			position: relative;
    			height: 350px;
				background-color: #F8F8FF;
			}

			.text {
				padding-top: 0;
			}

			.image_container {
				position: fixed;
				margin-top: 18%;
				padding-left: 0;
				padding-right: 50%;
			}

			.image {
				padding-right: 90px;
			}