a, text{
	text-decoration: none;
	color: white;
    font-size: 25px;
}

h1{
	text-align: center;
	color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

a:hover {
	text-decoration: underline;
}

li{
	color:red;
}

label{
	font-size: 25px;
}

table {
    /* width: 100%; */
    border-collapse: collapse;
}

th {
    font-size: 25px;
    color: white;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}

html, body {
    height: 100%;
    background-color: black;
    margin: 0;
}

a:active{
    text-decoration: none;
}

div[class*=box] {
    height: 33.33%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

th{
    font-size: 25px;
    color:white;
}