/* custom font */
@font-face {
    font-family: 'helvetica-neue-condensed-bold';
    src: url('../helvetica-neue-condensed-bold.ttf');
}

/* main html */
body {
	background-color: black;
	color: white;
    font-family: 'helvetica-neue-condensed-bold';
    margin: 0;
    padding: 0;
}

table {
	margin: auto;
	padding: 64px;
}

/* id */
#indexAll{
	text-align: center;
	align-content: center;
	display: block;
	min-height: 100dvh;
	min-width: 485px;
}

#indexSelector {
	min-width: 485px;
}

#indexComment {
	display: block;
	width: 364px;
	margin-right: 64px;
	font-size: 20px;
}