.pokedex-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.left-side-container {
    width: 350px;
    margin: 0;
}
.center-container {
    display: block;
    height: 610px;
}

.right-side-container {
    width: 350px;
    border-radius: 0 20px 20px;

}