html, body {
background-color: #0d0101;
color: #ffffff; /* White */
height: 100%;
margin: 0px;
width: 100%;
vertical-align: middle;
text-align: center;
}
table {
border-collapse: collapse;
height: 100%;
width: 100%;
}
td {
border-collapse: collapse;
vertical-align: middle;
text-align: center;
}