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