body{
background-color:#fff; margin:0;
}
h1 { font-family:Arial, Helvetica, sans-serif; font-size:36px;}

h2
{
text-align: center;
font-family:Arial, "Trebuchet MS", Helvetica, sans-serif;
}

a { width:300px; background-color:#333333; color:#FFFFFF; padding:30px; font-size:24px; font-family:Arial, Helvetica, sans-serif; margin-left: 10px; margin-right: 10px; margin-top:40px; text-decoration:none; border-radius: 7px;}


a:hover { background-color:#00FF66; color: #000000; text-decoration:none}  /* mouse over link */
a:active {background-color:#00FF66; color: #000000; text-decoration:none}  /* selected link */

#butone { width:100%; height:500px; text-align:center; margin-left:auto; margin-right:auto}
#logo { width:160px; height:150px; background-image:url('WpontoGHouse.png'); background-repeat:no-repeat; background-position:top; text-align:center; margin-left:auto; margin-right:auto}

p { text-align:center}

button { width:280px; height:60px; background-color:#333333; color:#FFFFFF; font-size:18px}


@media (max-width:400px){

a { width:auto; }
#butone { width:auto; height:auto; margin-left:10px; margin-right:10px; text-align:center}

}