.pokebox{
    height:50vh;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.pokebox:hover{
    background-color: #ddd;
}

body{
    min-height: 100vh;
    min-width: 100vw;
    background: rgb(2,0,36);
    background: linear-gradient(333deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 16%, rgba(5,92,174,1) 31%, rgba(3,145,207,1) 78%, rgba(0,221,255,1) 100%);
}
.container{
    background: rgb(251,254,255);
    background: linear-gradient(333deg, rgba(251,254,255,0.8869748583026961) 1%, rgba(254,255,255,1) 82%, rgba(255,255,255,0.8925770991990546) 100%); 
}
.littleLeaderboard{
    background-color:rgba(255,255,255,.9);
}

.sprite{
    height:4em;
    width:auto;
    image-rendering: crisp-edges;
}