h3 {
    font-size: 30px;
}

#searchCard:hover {
    background-color: aqua;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
    border: black solid 1px;
}

* html .ui-autocomplete {
    height: 100px;
}

.pokeImg {
    height: 75px;
    width: 75px;
}

#buildImg {
    height: 325px;
    width: 325px;
}

.nickname {
    font-size: 40px;
    line-height: 75px;
    color: white;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100px;
    border: black solid 1px;
}

.card {
    width: 300px;
    height: 525px;
}

.card-header{
    width: 300px;
}

.card-footer {
    position: absolute;
    bottom: 0;
}

span {
    font-size: 30px;
}

.moveBox {
    width: 300px;
}

h4 {
    font-weight: bolder;
    font-size: larger;
}

#moveName {
    font-size: larger;
    font-weight: bolder;
}

#moveFlavor {
    font-size: larger;
    font-weight: bolder;
}

.latMove {
    height: 144px;
    border: #343a40 solid 3px;
}