body {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,99,198,1) 100%);
    padding-bottom: 0px;
}
h1, h5, h6, .flavorText {
    color: bisque;
    font-family: 'Coming Soon', cursive;
    display: flex;
    justify-content: center;
}
h1 {
    margin: 20px 10px 2px 40px;
    font-weight: bold;
}
h3 {
    color: bisque;
}
h6 {
    margin: 5px 10px 25px 12px;
}
th, .ability, .type {
    text-align: center;
    color: bisque;
    font-family: 'Coming Soon', cursive;
    font-size: 20px;
}
img {
    width: 150px;
    height: 150px;
    display: block;
    justify-content: center;
    margin: auto;
}
footer {
    background-color: #000;
    padding: 1px 0 1px 0;
    bottom: 0;
}
a {
    color: bisque;
    font-weight: bolder;
}
a:hover {
    color: #fff;
}
.input {
    border-color: rgb(248, 192, 6);
    border-width: 2px;
    background-color: crimson;
    color: bisque;
}
.input:hover {
    background-color: bisque;
    color: crimson;
}
#inputName::placeholder, #inputID::placeholder{
    color: bisque;
}
#inputName:hover::placeholder, #inputID:hover::placeholder{
    background-color: bisque;
    color: crimson;
}
.bloque {
    background-color: rgb(158, 0, 0, 0.4);
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}
.altura {
    height: 80%;
}
.btn-busqueda {
    height: 90%;
}
.pokeNumber {
    color: bisque;
    font-family: 'Coming Soon', cursive;
    font-size: 30px;
}
.flavorText {
    font-size: 20px;
}
.gameName {
    font-weight: bold;
}
#rows {
    color: bisque;
    font-family: 'Coming Soon', cursive;
}
#formContainer {
    cursor: pointer;
}
#music {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
