body {
    font-family: Helvetica, Arial, sans-serif;
    padding: 8px;
    background-color: magenta;

}
#another {
    text-align: center;
    margin: auto;
    color: cyan;
    font-weight: bold;
    cursor: help;
    border: solid 1px cyan;
    width: 400px;
    font-size: 36px;
    line-height: 60px;
    border-radius: 40px;
}
#buttonwrapper {
    width: 100%;
}
a#itemlink {
    text-decoration: none;
    color: cyan;

}
#listing {
    width: 100%;
    text-align: center;
    height: 800px;
}
#title {
    font-weight: bold;
    padding-bottom: 12px;
    font-size: 24px;
    text-align: center;
    width: 33%;
    line-height: 36px;
    text-transform: initial;
    margin: auto;

}
#price {
    padding-top: 8px;
}

#credits {
    position: absolute;
    bottom: 8px;
    left: 0px;
    color: cyan;
    width: 100%;
    font-size: 14px;
    text-align: center;
}
#credits a {
    color: cyan;
}

@media only screen and (min-device-width: 640px) {
    /* Desktop */

    #productimage {
        max-height: 450px;
    }

    #listing {
        height: 600px;

    }

}
