*{margin:0;padding:0;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none}:root{--footer-height: 80px}.container{border-style:solid;border-width:.05rem;border-radius:1.2rem}:host{--card-size: 15rem;width:var(--card-size);height:var(--card-size)}@media screen and (max-width: 500px){:host{--card-size: 10rem}}.container{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:100%;width:100%;text-align:center;transition-property:transform;transition-duration:400ms}.container:hover{transform:scale(1.1)}.logo{height:calc(var(--card-size)*.45);width:calc(var(--card-size)*.45)}:host(.light) ::slotted(svg.theme[slot=logo]){fill:#313441}:host(.dark) ::slotted(svg.theme[slot=logo]){fill:#e8e6e3}@media screen and (max-width: 500px){::slotted(span){font-size:1.5rem}}

/*# sourceMappingURL=technology-card.css.map */