html,body {
	height: 100%;
	margin: 0;
}

body {
	background: #000;
	font-family: Georgia, 'Times New Roman', serif;
	color: #fff;
}

h1 {
	font-size: 38px;
}

p {
	font-size: 24px;
}

a {
    font-size: 24px;
}

table {
    border: 4px solid white;
}

tr, td {
    border: 2px solid white;
}

.menu_icon {
    text-decoration: none;
}

.emoji {
    height: 1em;
    width: auto;
    vertical-align: -0.15em;
}