html, body {
	background-color: #000000;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

table {
    width: 100vw;
    height: 100vh;
    border-collapse: collapse;
    table-layout: fixed;
}

td {
    width: 33.33%;
    height: 33.33%;
    text-align: center;
}

.logo img {
    width: 400px;
}
