body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
table {
  border: 4px solid #F7C3E6;
  background-color: #FFFFFF;
  width: 600%;
  height: 700px;
  text-align: center;
}
table td, table  th {
  padding: 3px 2px;
}
table tbody td {
  font-size: 13px;
}
table tfoot td {
  font-size: 14px;
}
table tfoot .links {
  text-align: right;
}
table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

#box{
    background-color: white;
    margin-top: 200px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  width:500px;

}
#box h2{

    text-align: center;
}

.message
{
  margin-left:15px;
}

