/* body */

@font-face {
  font-family: 'rh';
  src: url('/fonts/rainyhearts.ttf') format('truetype');
}

/* cr: https://www.dafont.com/fraud.font */
@font-face {
  font-family: 'ba';
  src: url('/fonts/Fraud.ttf') format('truetype');
}

body {
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: none;
}

::-webkit-scrollbar {
  display:none;
}

/* table */

table {
  border: 0;
  background: none;
  font-family: 'rh';
}

tr {
  text-align: center;
  color: black;
}

td:has(center) {
  color: white;
  text-shadow: 1px 0px black, 1px 1px black;
}

td {
  border-style: solid;
  border-image: linear-gradient(to bottom, #000 0%, #fff 100%) 1;
  border-radius: 3px;
  font-size: 13.75px;
  color: black;
  background: linear-gradient(to bottom, #fff 0%, #000 100%);
  text-align: center;
  text-shadow: 1px 0px white, 1px 1px white;
}

.month {
  background: url('https://i.pinimg.com/736x/db/2a/cc/db2accc65d406f3e3487c11605af4c42.jpg');
  background-size: cover;
  font-family: 'rh';
  border-radius: 3px;
}

.month center::before, .month center::after {
    content: url('https://64.media.tumblr.com/tumblr_lm6oxfqiQq1qfoi4t.gif');
}

.week {
}