<!DOCTYPE html>
<body style="background: green; margin: 0; overflow: hidden">
<div style="width: 100vw; height: 100vh; background: blue; margin: 50px"></div>
<div style="width: 100px; height: 100px; background: magenta; position: absolute; top: 0; left: 0"></div>
</body>