.pokemonContainer {
    background:rgb(255, 255, 255);
    border-radius: 10px;
    border-color: black;
    border-width: 5px;
    max-width: 100px;
    max-height: 100px;
}

.specialMove {
    text-align: center;
    background: #4F5870;
    line-height: 12px;
    color: white;
}

.physicalMove {
    text-align: center;
    background: #F85888;
    line-height: 12px;
}

.statusMove {
    background: #a6a6a6;

}
    /*border-style: solid;
    border-width: 3px;
    border-color: rgb(0, 0, 0);*/

.movesetTable {
    background-color: rgb(77, 198, 158);
    justify-content: center;
}

.moveTable {
    
}



.moveInfo {
    display:block;
}

.moveName {
    text-align: center;
    background-color: white;
}


.moveContainer {
    color: rgb(0, 0, 0);
    display:inline-block;
    border-color: black;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px; /*Why isn't this working*/
}

