.btn-outline-danger,h1{color:var(--red)}:root{--red:#e72e29;--orange:#e65c00;--yellow:#e6e600;--brown:#993333;--green:#336600;--blue:#00a6ff;--purple:#660099;--grey:#666666;--pink:#ff66cc}body{font-family:Orbitron,sans-serif;text-align:center;margin-top:100px;margin-bottom:65px}h1{font-weight:700}p{font-size:16px}th{min-width:13rem}.pokemon-list{list-style:none;margin:20px;padding:0}.pokemon-list-card,.type-button{font-family:inherit;padding:5px;font-weight:700}.pokemon-list-card{margin:5px;font-size:18px;border:2px solid #000;border-radius:10px;min-width:230px;cursor:pointer}.btn-outline-danger,.navbar-dark .navbar-toggler{border-color:var(--red)}#pokemon-list-row{display:flex;flex-wrap:wrap;justify-content:center}.modal-img{max-width:20rem;max-height:12rem;margin-bottom:1.5rem}#footer-center{width:200px;margin-left:calc(50vw - 100px)!important}#footer-made_by{font-size:.75rem}.type-button{margin:5px;font-size:14px;border-radius:5px;color:#000;background:var(--grey)}.grass{background:var(--green)}.dragon,.fire{background:var(--orange)}.fairy{background:var(--pink)}.ghost,.ice,.water{background:var(--blue)}.electric,.stellar{background:var(--yellow)}.bug,.ground{background:var(--brown);color:#fff}.flying,.poison,.psychic{background:var(--purple);color:#fff}.normal,.rock,.steel{background:var(--grey)}.fighting{background:var(--red)}.dark{background:#000;color:#fff}.pokeball{cursor:pointer;border-radius:40%}.disappear{transform:scale(0) rotate(170deg);transition:2s}.move-away{transform:translateY(-200px);transition:2s}#instructions-pokemonList{display:none;margin-bottom:20px;color:var(--red)}@media (max-width:768px){#footer-center{width:auto;margin-left:3vw!important}}@media (max-width:575px){#main-pokeball{width:200px;height:200px}h1{font-size:2rem}h2{font-size:1.5rem}.pokemon-list-card{min-width:190px}.td-bar{display:none}}@media (min-width:1400px){.container{max-width:1340px}}