.pokedex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(97, 18, 150);
    width: 400px;
    height: 200px;

}

.image{
    width: 100px;
}

.pokePhoto{
    background-color: white;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    max-width: 180px;

}

.pokeInfo{
    display: flex;
    flex-direction: column;

}

.pokeScreen{
    background-color: rgb(146, 240, 240);
    color: black;
    width: 180px;
    height: 100px;
    font-size: 12;
}