Section 1
Content for section 1.
Section 2
Content for section 2.
@media (color-gamut: p3) {
rect { fill: oklch(55% 0.23 146) }
}
.rectangle {
width: 200px;
height: 100px;
background-color: blue; /* Required to see the shape */
border: 2px solid black; /* Optional border */
}