.container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.vsco-logo{width:32px}.black{background-color:#0a0a0a;right:0;animation:black-enter 2s ease-in-out}@keyframes black-enter{0%{background-color:#fff;transform:translate(200px)}}.white{background-color:#fff;left:0;animation:white-enter 2s ease-in-out}@keyframes white-enter{0%{background-color:#0a0a0a;transform:translate(-200px)}}.black,.white{width:50vw;height:100vh;position:fixed;z-index:-1}*{margin:0;padding:0;box-sizing:border-box;overflow:hidden;font-family:Poppins,sans-serif;user-select:none}
