@charset "utf-8";
/* CSS Document */

body{
	background-color:black;
	background-image: linear-gradient(to bottom right, black,grey);
}


style tr:nth-child(even) {
    background-color: var(--start);
}

style tr:nth-child(odd) {
    background-color: green;
}

