body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ececec;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pokedex {
    display: flex;
    gap: 30px;
    padding: 30px;
}