body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px;
}
#pokemonName{
    margin-top: 10px;
    width: 200px;
    text-align: center;
}
#pokemonVersion{
    margin-top: 5px;
}
.apibutton{
    margin-top: 5px;
    width: 100px;
    height: 20px;
}
#pokemonImage{
    width: 100%;
    height: 100%;
    border: 0px;
    background-image: url(img/Pokemon_reveal.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#versionBox{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#statBox{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    border: 2px solid black;
    border-top: 1px solid black;
}
p{
    margin: 0px;
    font-weight: bold;
}
#cardBox{
    justify-content: center;
    width: 200px;
    height: fit-content;
}
#spriteBox{
    border: 3px solid black;
    border-bottom: 2px;
    height: fit-content;
}
    #pokemonNameLabel{
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: large;
    text-transform: capitalize;
}
.stats{
    border: 1px solid black;
    width: 50%;
    box-sizing: border-box;
    font-weight: bold;
    text-align: start;
}
#pokemonType1{
    text-transform: capitalize;
}
#pokemonType1{
    text-transform: capitalize;
    border-bottom: 1px solid black;
}
#pokemonType2{
    text-transform: capitalize;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
#pokemonWeight, #pokemonHeight{
 width: 100%;
 border: 1px solid black;
}
#pokemonHeight{
    border-top: 2px solid black;
}