<!DOCTYPE html>
<html>
<head>
<style>
:root {
background: red;
}
</style>
</head>
<body>
<p>Đây là phần tử p</p>
</body>
</html>