html { font-size: 1vw; }
body { margin: 0px; }
* { box-sizing: border-box; }
#container { height:100vh; overflow: auto; padding: 10px; background-color: cornsilk;}
#yourName {  font-size: 6rem; text-align: center;}
#page { font-size: 4rem;}