@font-face{font-family:"Helvetica";src:url("font/Helvetica-Light.ttf") format("truetype-variations")}::-webkit-scrollbar{width:10px;height:10px}  ::-webkit-scrollbar-track{background:whitesmoke}  ::-webkit-scrollbar-thumb:hover{background:#2c92c6}  #landscapeOverlay{display:none}@media only screen and (orientation:landscape){#landscapeOverlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:white;z-index:1000}  #landscapeOverlay span{font-size:20vh}  #landscapeOverlay h1{font-size:5vh;text-align:center}}  html{display:flex;flex-direction:column;height:100%;font-family:"Helvetica";font-size:4vw;color:#24292e;font-weight:100;line-height:1}  html body{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:white;margin:0}  html body main{flex:1;display:flex;flex-direction:column;align-items:center;padding:3vw}  html body main.iconPage span{font-size:50vw;text-shadow:0 0 1vw #24292e}  html body main.iconPage button{margin-top:3vw}  button{width:fit-content;box-sizing:border-box;font-size:5vw;font-family:"Helvetica";font-weight:100;color:#24292e;background-color:#fafbfc;border:solid 1px rgba(27,31,35,0.15);border-radius:1.5vw;box-shadow:0 0 .5vw lightgray;padding:2.3vw 3vw 2vw 3vw;cursor:pointer;transition:.2s}  button:hover{background-color:whitesmoke}  h1{font-weight:100;font-size:5vw;margin:2vw 0}