9/20 на 100% есть ли ошибки?

html,
body {
margin: 0;
padding: 0;
font-family: “Arial”, sans-serif;
}

body {
min-width: 550px;
min-height: 250px;
padding: 10px;
}

.cards {
width: 500px;
margin-left: 19px;
}

.cards li::before {
font-family: “Courier”, monospace;
}

.cards li:not(.nine) {
margin-left: -15px;
}

.cards li:not(.nine) {
width: 36px;
height: 54px;
}

li.nine {
margin-right: 30px;
margin-left: 15px;
}

.diamond:nth-child(2n) {
background-color: #0099ff;
}

.cards li:nth-child(3):not(.club) {
background-color: #ff3300;
}

ul:last-of-type li:nth-child(3n+1) {
background-color: #339933;
}