html,
body {
   display: grid;
   justify-content: center;
   align-items: center;
   place-items: center;
   width: 100%;
   height: 100%;
   margin: 0;
   font-size: 12px;
}


table {
   width: 200px;
   height: 190px;
   padding: 1px;
   border: 1px solid #f7d7e9;
   border-radius: 5px;
   font-family: dotgothic16;
   font-size: 12px;
   color: #515151;
   background: #ffeff8;
}


td {
   border-radius: 2px;
   text-align: center;

}


tr {
   background: linear-gradient(0deg, #ffeff8 50%, white);
}


strong {
   font-family: nunito;
   font-weight: normal;
   color: #b0849d;
}


.month {
   letter-spacing: 5px;
   background: linear-gradient(0deg, #f7d7e9 50%, white);
}


.week {}