html, body, gauroman-app{margin:0;padding:0;width:100%;height:100%;}html{scroll-behavior:smooth;}body{font-family:"Roboto", sans-serif;font-size:18px;font-weight:300;line-height:1.5;color:#7a7e89;background:#f7f7f7;overflow-x:hidden;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.grid-container{display:grid;grid-template-columns:auto auto auto;padding:10px;}.grid-item{background-color:rgba(255, 255, 255, 0.8);border:1px solid rgba(0, 0, 0, 0.8);padding:20px;font-size:16px;text-align:center;margin:10px;}@media only screen and (max-width: 1600px){.grid-container{grid-template-columns:auto auto auto;}}@media screen and (max-width: 992px){.grid-container{grid-template-columns:auto auto;}}@media only screen and (max-width: 700px){.grid-container{grid-template-columns:auto;}}