html {font-size:16px;}
.* {box-sizing:border-box;}
body {font-size:1.5rem;margin:0;}
.container {position:relative;height:100vh;}
.logo-centered {text-align:center;position:absolute;width:100%;top:50%;left:0;margin-top:-100px;}
