body {

    background-color: rgb(49, 49, 49);

    height: 500px;
    border: 15px solid rgb(49, 49, 49);
    padding: 50px;
    margin: 20px;

    text-align: center;
    
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}


#pokeball img{
    height: 50px;
}

#audio {
    color: white;
    font-family: 'Press Start 2P', cursive;
}

#pokecard {
    padding: 5px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgb(70, 70, 70);

    text-align: left;
    margin-left: 10px;
}
