ul.pokemon-list{list-style-type:none;display:grid;text-align:center;background-color:#789;text-transform:uppercase;margin-left:auto;margin-right:auto;width:75%;padding:20px}@keyframes slideIn{0%{left:25%}50%{left:75%}100%{left:25%}}#pokemon-animation{position:relative;height:230px;display:block;overflow:hidden}#pokemon-animation img{position:relative;overflow:hidden;animation-direction:alternate;left:750px;height:230px;animation:infinite slideIn 12s;animation-fill-mode:both}.modal-body{text-align:center}.h5,h5{font-size:larger;font-weight:700}.button-class{padding:12px 40px;border-radius:12px;width:50%;font-family:'New Tegomin',serif;text-transform:uppercase;font-size:medium;font-weight:700;margin:auto}.btn-block{text-transform:uppercase;font-weight:700}body{font-family:'New Tegomin',serif;text-transform:uppercase}p{font-weight:700}.form-inline .btn{border:#fff;background:gray}.form-inline{display:inline;position:relative;float:right}@media only screen and (max-width:600px){.navbar-brand{text-align:center;margin:0 auto;font-size:1rem}.navbar-brand .navbar-text{display:block}.form-inline .btn{display:block;margin:0 auto;margin-left:auto;margin-right:auto}#pokemon-animation{text-align:center;display:block;padding-right:50%;animation-duration:6s}}