body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(90deg,#ea0606,#f5e107)}.navbar{align-items:center;background-color:#000;color:#fff;display:flex;font-family:Georgia,Times New Roman,Times,serif;font-size:30px;height:12vh;justify-content:center;padding:10px;width:100%}.product-container{display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;min-height:80vh;padding:50px;width:100%}.img{position:relative;transition:all .3s ease}img:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.card{justify-content:center;margin:20px 0}.card,.card-description{align-items:center;display:flex;flex-direction:column}.footer-container>hr{border:2px solid;color:#f8f7f7}.social-links{display:flex;gap:5rem;height:1rem;padding:-inherit}.social-links>img{cursor:pointer;height:3rem;width:3rem}.footer{align-items:center;background:linear-gradient(90deg,#ee0606,#edda07);display:flex;height:6rem;justify-content:center;padding:1rem 5rem;position:absolute;width:100%}@media only screen and (max-width:600px){.product-container{grid-template-columns:repeat(2,1fr)}.navbar{font-size:16px;height:8vh}.footer{height:20vh}.card,.footer{font-size:16px}.card{margin:10px 0}}@media only screen and (max-width:400px){.product-container{grid-template-columns:repeat(1,1fr)}.navbar{font-size:14px;height:8vh}.footer{height:5vh}.card,.footer{font-size:14px}.card{margin:5px 0}}@media only screen and (max-width:600px){.social-links{flex-direction:row;gap:1rem;height:2rem;padding:auto}}
/*# sourceMappingURL=main.fd12eaf0.css.map*/