<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TITLE</title>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<style>
.my-text {
color: blueviolet;
font-family: "Pacifico", serif;
font-size: 40pt;
}
</style>
</head>
<body>
<span class="my-text">Document builder and serializer</span>
</body>
</html>