article{flex-direction:row;justify-content:center;margin-bottom:3rem;display:flex}h1{margin-bottom:0;font-size:2rem}h2{margin-bottom:0;font-size:1.75rem}h3{margin-bottom:0;font-size:1.5rem}p{font-size:1rem}#header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}#header>.navigation{display:flex}#header>.navigation .naviItem{color:#000;cursor:pointer;margin-right:1rem;padding:.75rem;font-size:1rem;text-decoration:none}#header>.navigation .naviItem:hover{color:red}#logo{cursor:pointer;width:5rem;padding:.75rem}#home{width:22rem;padding:1rem}#gallery{margin-bottom:2rem}#gallery .row{flex-wrap:wrap;justify-content:center;width:100%;padding:0 .5rem;display:flex}#gallery .column{flex:25%;max-width:25%;padding:0 .25rem}#gallery .column img{vertical-align:middle;width:100%;margin-top:.5rem}@media screen and (width<=800px){#gallery .column{flex:50%;max-width:50%}}@media screen and (width<=600px){#gallery .column{flex:100%;max-width:100%}}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100vw;min-height:100vh}html{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;font-size:16px}*,:before,:after{box-sizing:inherit}ol,ul{list-style:none}img{max-width:100%;height:auto}
