table {
border-style: dotted;
border-collapse: separate;
border-spacing: 10px;
width: 100%;
}
th, td {
border-collapse: separate;
border: 1px solid;
border-color: black;
}
.atstarpes {
padding: 30px;
font-size: 40px;
}
.atstarpes2 {
padding: 15px;
}
th:nth-child(even) {
background-color: green;
color: white;
}
th:nth-child(odd) {
background-color: blue;
color: plum;
}
td:nth-child(1) {
background-color: lightgreen;
color: purple;
text-align: center;
}
td:nth-child(7) {
background-color: yellow;
color: black;
}
td:nth-child(8) {
background-color: yellow;
color: black;
}
p {
text-align: center;
}