body
{
background: #875045;
color: #000000;
}
h1
/*color: #FF0000;*/
{
background: #000000;
color: white;
margin: 5px;
padding: 10px;
text-transform: uppercase;
font-size: 18px;
font-weight: normal;
border-radius: 20px;
text-align: center;
}
p
{
padding-left: 20px;
}
.container
{
height: 625px;
width: 360px;
margin: 30px auto;
background: #E88D67;
border: 2px solid #FFFFFF;
border-radius: 20px;
}
.textblock
{
background: #F7F7F7;
color: #FF0000;
font-size: 14px;
padding: 5px;
width: 60%;
}
.textblock:focus
{
background: #FFFFFF;
border: 3px solid #FFFF00;
outline: none;
}
form input[type="text"]
{
width: 150px;
}
button
{
background: #862809;
border-radius: 10px;
color: white;
display: block;
font-size: 18px;
font-weight: bold;
margin: 10px 90px;
height: 50px;
width: 160px;
text-transform: uppercase;
}
button:hover
{
background: #4C2827;
}
