@import url(https://fonts.googleapis.com/css?family=Roboto:100&display=swap);
html{background-color:#000;height:100%}body{height:100%}.main{display:grid;grid-template-areas:'logo' 'header' 'content' 'footer';grid-template-rows:auto auto 1fr auto;height:100%;justify-items:center}.content{background:url(assets/profile-pic-min.png) no-repeat bottom center;background-size:contain;color:rgba(255,255,255,0.9);font-family:Roboto, Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size:1.5em;grid-area:content;letter-spacing:20px;text-align:center}.header{grid-area:header}.footer{grid-area:footer}.mezaLogo{grid-area:logo;margin:0 auto 30px;max-width:550px;width:100%}


/*# sourceMappingURL=main.css.map*/