body {
text-align: center;
}

table {
  border: 3px dashed black;
  background-color: #ccddee;
  width: 300px;
  position: relative;
  left: 50%;
  margin-left: -150px;
}
