@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700&display=swap");body{font-family:Roboto;font-weight:100;color:#fff}body,html{margin:0;padding:0;background-color:green;width:100vw}@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape){html{transform:rotate(-90deg);transform-origin:left top;width:100vh;overflow-x:hidden;position:absolute;top:100%;left:0}}