@charset "UTF-8";
/* CSS Document */

td {
    text-align: center;
	align-adjust: 10%;
	alignment-adjust: 10%;
	align-content:flex-start;
}

.name {
	alignment-adjust: 10%;
	align-content: right;
	width: 20%;
	}

.footer{ 
	position: fixed;
	text-align: left;    
    bottom: 0px; 
    width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFFFFF;
   }

html {
       	background: #000000;  	
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

