
table {
  border: 2px solid #000099;
  background-color: white;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 20px;
  width: 260px;
  height: 400px;
}
th {

  text-align: center;
}
td {
  border-style: solid;
  border-width: 1px;
  text-align: center;
}
.month {
  font-weight: bold;
  text-align: left;
  
  padding-left: 10px;

}
.tag {
  text-align: center;
}
