@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#d626a1;margin:0}:root{--blueViolet:#8a2be2;--white:#fff;--pink:#f039b9}*{color:#fff;color:var(--white);font-family:Lato,sans-serif;margin:0;padding:0;text-align:center}.navLinks{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.5rem}.link{text-decoration:none}.link:hover{-webkit-transform:scale(2);transform:scale(2);transition:all .5s ease-out}.search-bar{display:flex;justify-content:center;margin-top:1.5rem}.search-input{border:none;border-radius:5px;color:#f039b9;color:var(--pink);height:1.5rem;margin-bottom:1rem;width:50%}.container{background-color:#f039b9;background-color:var(--pink);display:inline-flex;justify-content:center;min-height:150px;width:50%}.container li{align-items:center;cursor:pointer;line-height:1.5;list-style:none;padding:1rem .5rem}.container:nth-child(4n-1),.container:nth-child(4n-2){background-color:#8a2be2;background-color:var(--blueViolet)}.stock-details li{display:flex;justify-content:space-between;list-style:none;padding:.5rem 1rem}.stock-details li:nth-child(odd){background-color:#8a2be2;background-color:var(--blueViolet)}.stock-details li:nth-child(2n){background-color:#f039b9;background-color:var(--pink)}.stock-details{line-height:1.6;margin-top:1rem}@media screen and (min-width:768px){*{font-size:1.2rem}}
/*# sourceMappingURL=main.8f41cb30.css.map*/