:root{--primary-color:#f3f3f3;--secondary-color:rgba(0,0,0,0.6);--height:100%;--width:100%}*{margin:0;padding:0;box-sizing:border-box}h1{margin-top:1.5rem}.container{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.greetings{flex:1 1;color:#f3f3f3;color:var(--primary-color);position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:1.2rem;text-transform:uppercase}.greetings:before{content:"";background:rgba(0,0,0,.6);background:var(--secondary-color);width:100%;width:var(--width);height:100%;height:var(--height);position:absolute;top:0;left:0}.greetings *{z-index:10}
/*# sourceMappingURL=main.77d5ed13.chunk.css.map */