@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:600;font-synthesis:none;text-rendering:optimizeLegibility;color:#000;background-color:#fff;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-1: #123249;--color-2: #1b496a;--color-3: #D98031}body{margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;place-items:center;min-width:200px;min-height:100vh;background-color:#fff}a{text-decoration:inherit;transition:all .1s linear}#app{width:100%;max-width:500px;min-height:100vh;margin:0 auto;padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}div#logo{width:100%;aspect-ratio:400 / 140;background:url(/images/rastrolok.webp)center center no-repeat;background-size:contain}div#btns{width:100%;padding:0 35px;margin-top:20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}a.btn{padding:8px 10px 8px 40px;margin:5px 0;color:#fff;background-color:var(--color-1);font-weight:600;font-size:13pt}a.btn:hover{background-color:var(--color-2)}.whatsapp{background:url(/icons/whatsapp.svg)left center no-repeat;background-size:25px;background-position-x:10px}.instagram{background:url(/icons/instagram.svg)left center no-repeat;background-size:25px;background-position-x:10px}#address{position:fixed;bottom:1rem;width:100%;margin:0;padding:0 1rem;box-sizing:border-box;text-align:center;font-size:11pt;color:var(--color-3)}@media only screen and (max-width: 499px){div#btns{flex-direction:column}}@media only screen and (min-width: 500px){div#btns{flex-direction:row}}
