.table-bordered
{
  position: relative;
  top: 50%;
  left: 35%;
  margin-top: 100px;
  margin-left:-100px;
  border: 5px solid white;
  width: 40%;
}
td
{
  border: 2px solid white;
}
input{
  border: 1px solid;
  margin-top: 50px;
}
h3{
  color: white;
}
form, h1{
  text-align: center;
}
button
{
  background-color: #00a2ff;
  border: 5px solid white;
  border-radius: 5px;
  font-weight: 200;
  color: white;
}
body
{
  background-color: #327fa8;
  color: white;
  font-weight: 600;
}