When working on the keyframes section, my computer seems to be having trouble recognizing the from part. Ideally, it should display in blue with the opacity command appearing in grey. Unfortunately, neither of these styles are appearing correctly and I'm not quite sure why. This small error is causing my HTML website to not function as intended. Can someone offer assistance so I can complete my HTML website?
body {
margin: 0;
padding: 0;
animation: bgcolor infinite 20s;
}
... (remaining code unchanged)
}