<!DOCTYPE html>
<title>My Example</title>
<style>
p {
font-size: 4vw;
}
.example {
font-weight: bold;
</style>
<p>Some random text to <span class="example">demonstrate the effect</span>.</p>