@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600&display=swap');:root {--text-title-color: #7743DB;--text-description-color: #FFD700;}* {margin: 0;padding: 0;}body {font-family: 'Manrope', sans-serif;background: #2C3333;color: var(--text-description-color);}.header {display: flex;align-items: center;justify-content: center;height: 100px;text-align: center;}.img {width: 400px;height: 50px;}.container {display: flex;justify-content: center;align-items: center;}.pokedex {background-color: #384480;display: flex;justify-content: space-between;align-items: center;width: 950px;padding: 20px;border-radius: 20px;}.left {border-radius: 20px;padding: 20px;width: 400px;height: 400px;}.middle {background-color: gray;border-radius: 20px;width: 20px;height: 400px;}.right {background-color: #2C3333;border-radius: 20px;padding: 20px;width: 400px;height: 400px;}.pantalla {background-color: aliceblue;border-radius: 20px;display: flex;justify-content: center;align-items: center;height: 250px;}.pokeImg {width: 150px;height: 150px;filter: drop-shadow(20px 20px 25px rgb(117, 92, 9));}.controllers {display: flex;justify-content: center;align-items: center;flex-direction: column;background-color: #2C3333;border-radius: 20px;margin-top: 10px;padding: 20px;height: 120px;}.label {margin: 10px;}.input {background: gray;color: white;border: none;border-radius: 20px;padding: 5px;width: 90%;height: 20px;margin: 5px;}.btn {background: #384480;border: 2px solid #384480;border-radius: 10px;color: #FFD700;margin: 5px;height: 30px;width: 90%;cursor: pointer;}.btn:hover {background: rgba(56, 68, 128, 0.76);}.clasic-info {display: flex;flex-direction: row;justify-content: space-around;}.content {color: #c7c6c6;text-align: center;}.more-info {display: flex;justify-content: space-around;align-items: center;width: 400px;height: 150px;}.img-2 {width: 100px;height: 100px;filter: drop-shadow(5px 5px 10px rgba(255, 157, 17, 0.49));}.vertical-bar {display: flex;justify-content: center;align-items: center;}.container-bar {display: flex;justify-content: center;align-items: center;width: 500px;height: 100px;overflow: hidden;position: relative;margin:50px auto;}.barcontainer {background-color: #181818;position: relative;transform: translateY(-50%);top: 50%;margin-left: 50px;width: 20px;height: 100px;float: left;border: 1px solid #384480;}.bar {background-color: #FFD700;position: absolute;bottom: 0;width: 100%;height: 3%;border-top: 6px solid #FFF;box-sizing: border-box;animation: grow 1.5s ease-out forwards;transform-origin: bottom;}@keyframes grow{from{transform: scaleY(0);}}.separador {display: flex;justify-content: space-around;align-items: center;width: 300px;}.words-bottom {display: flex;justify-content: space-around;align-items: center;margin-left: 70px;}.footer {display: flex;justify-content: center;align-content: center;}footer {margin-top: 40px;color: gray;}@media screen and (max-width: 915px) {.img {width: 200px;height: 50px;}.pokedex {display: flex;flex-direction: column;width: 330px;}.left {width: 300px;}.middle {width: 350px;height: 20px;margin: 10px;}.right {width: 300px;}.more-info {width: 300px;}}