
body{
    align-items: center;
    background-color: rgb(55, 48, 107);
    font-family: Tahoma, Geneva, sans-serif;
    display: flex;
    height: inherit;
    justify-content: center;
}
.wrapper{
    height: 360px;
    width: 220px;
    border: 1px solid;
    background-color: rgb(158, 71, 132);
}
.mainBtn{
    display: flex;
    justify-content: space-around;
}
.top-buttons{
    background-color: rgb(210, 118, 133);
    height: 50px;
    width: 50px;
}
.pokemon{
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.altInput{
    background-color: inherit;
    text-align: center;
}
#textInput{
    width: 50px;
    text-align: center;
}
.enter{
    background-color: rgb(210, 118, 133);
}
