.Title{
    text-align: center;
    font-family: "Kode Mono", monospace;
    color: red;
    background-color: black;
}
body{
    background-color: black;
    height: auto;
    width: auto;
    text-align: center;
}
footer{
    color: white;
}
.Calendar{
    width: 100%;
    height: 600;
    filter: invert(100%);
  }





