1
<!doctype html>
2
<title>Example</title>
3
<style>
4
div { 
5
  background: gold;
6
  max-height: 70vh;
7
  max-width: 70vw;
8
  padding: 5vw;
9
  font-size: 7vw;
10
  overflow: auto;
11
  }
12
</style>
13
<div>Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur vitae. A scelerisque purus semper eget duis. Tincidunt ornare massa eget egestas purus.</div>