.container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em;box-sizing:border-box;width:100%}.pokemon-info{text-align:center}.types-container{display:flex;justify-content:center;column-gap:.5rem}.types-container div{padding:.5rem;border:2px solid rgb(75,85,99);border-radius:.375rem;font-style:normal;font-weight:500;font-size:.75rem}.stat-container{display:flex;flex-direction:column}.types-container,.stat-container{margin-bottom:3rem}.stat-item-container{display:flex;align-items:stretch}.stat-item{width:100%}.stat-item-property{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.stat-indicator{width:100%}progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none}progress[value]::-webkit-progress-bar{background-color:#d3d3d3}progress::-webkit-progress-value{background-color:#00008b}progress[value]::-moz-progress-bar{background-color:#00008b}.item-h-line{border-color:#d3d3d3;width:100%}.cart-button{text-align:center}
