form
{
    text-align: center;
    color: #772200;
}

input[type="text"]
{
    background-color: #ffdfc0;
    border: 1px solid #772200;
    color: #772200;
    font-family: "Bookman Old Style", serif;
	padding: 0;
    text-align: center;
}

input[type="button"]
{
    background-color: #772200;
    border: none;
    color: #ffdfc0;
    font-size: 4rem;
    height: 100px;
}
