<style>
body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
perspective: 100vmin;
overflow: hidden;
}
body * {
box-sizing: border-box;
outline: none;
transition: all 0.5s ease 0s;
}
.container {
position: fixed;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 0;
overflow: hidden;
}
.box {
width: 36vmin;
height: 44vmin;
transform-style: pre