body
{
    background-color: rgb(97, 1, 1);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


#magma-info
{
    position:absolute;
    background-color: rgb(255, 120, 120);
    width: 50%;
    height: 400px;

    margin-top: 230px;
    margin-left: 25%;
    border-radius: 20px;
}

#pokemon-images
{
    position:absolute;
    background-color: rgb(255, 120, 120);
    width: 50%;
    height: 240px;
    margin-top: 650px;
    margin-left: 25%;
    margin-bottom: 30px;
    border-radius: 20px;
}
