<!DOCTYPE html>
<title>My Example</title>
<style>
p {
color: white;
text-shadow: 1px 1px 10px black;
font-size: 8vw;
}
</style>
<p>Some Random Text to Demonstrate the Effect.</p>