body
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-image: url("whiteishiii.jpg");
}

button
{
    height: 1000px;
    width: 1000px;
    color: red;
    background-image: url("brickedup.png");
    font-size: 40px;
    background-position: center;
}

button:active
{
    height: 1000px;
    width: 1000px;
    color: red;
    background-color: goldenrod;
    font-size: 200px;
    background-image: none;
}