body{margin:0;padding:0;font-family:sans-serif;height:100%}.grid-container{display:grid;height:100%;grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:"nav" "main";margin-bottom:62px}nav{grid-area:nav;position:-webkit-sticky;position:sticky;top:0;background-color:#5133a4;color:#fff;display:flex;flex-direction:row;justify-content:space-between;box-shadow:0 8px 11px 1px rgba(1,1,1,.25);padding:0 15px;z-index:100}nav h1{margin-left:15px;margin-right:15px}nav h1:nth-child(3){display:flex;flex-direction:column;min-width:155px}@media (max-width:768px){nav{flex-direction:column}}header{grid-area:header;background-color:#2c323c;background-image:url(https://d33wubrfki0l68.cloudfront.net/4de356f6ddb204ae047d4fe8bfadd690d4d0b2fe/00972/assets/images/geometry.svg);background-repeat:repeat;color:#fff;min-height:400px;text-align:center;flex-flow:column}header,main{display:flex;justify-content:center}main{grid-area:main;flex-flow:wrap;padding-top:35px}article{width:170px;height:170px;display:flex;justify-content:center;margin:25px}img{max-height:100%;width:auto;cursor:pointer}img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}img:active{-webkit-transform:scale(.95);transform:scale(.95)}footer{color:#fff;background-color:#5138a1;padding-left:15px;width:100%;position:fixed;bottom:0;min-height:61px;display:flex;align-items:center}footer a{color:#fff;text-decoration:none}footer a:hover{color:red}
/*# sourceMappingURL=main.a5c58479.chunk.css.map */