/* Import Font de Google Font */ 
@import url("https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Sans+Pro");

* { font-family: 'Roboto', sans-serif; }
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow-x: hidden;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
    background-color: #000;
    color: aliceblue;
	z-index: 0;
}

table { 
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
}

td {
    text-align: center;
    vertical-align: middle;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

p {
    font-size: 12px;
    padding: 10px;
    line-height: 25px;
}

