body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:20px 40px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#000;text-decoration:none}*{box-sizing:border-box;font-family:Roboto Condensed,sans-serif}.directory-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.sign-up-form-container{display:flex;flex-direction:column;width:450px}.sign-up-form-container h2{margin-top:10px 0}.sign-up-form-container .buttons-container{align-items:center;display:flex;justify-content:space-between}.products-container{grid-column-gap:10px;grid-row-gap:50px;-webkit-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:50px}.product-card-container{align-items:center;display:flex;flex-direction:column;height:350px;position:relative;width:100%}.product-card-container img{height:95%;margin-bottom:5px;object-fit:cover;width:100%}.product-card-container button{display:none;opacity:.7;position:absolute;top:255px;width:80%}.product-card-container:hover img{opacity:.8}.product-card-container:hover button{display:flex;opacity:.85}.product-card-container .footer{display:flex;font-size:18px;height:5%;justify-content:space-between;width:100%}.product-card-container .footer .name{margin-bottom:15px;width:90%}.product-card-container .footer .price{width:10%}
/*# sourceMappingURL=main.cb04a0e2.css.map*/