  body {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0;
    background: #0F1115;
  }
  h1, h2 {
    color: #00bcff;
  }
  main {
    width: 50rem;
    margin: 0 auto;
    background-color: #14171C;
    padding: 2rem;
    border: 1px solid #1E2126;
    border-radius: 2rem;
    text-align: center;
    line-height: 1.5rem;
  }
  a {
    color: #7EFC8D;
    text-decoration: none;
  }
  .ifc-calendar {
    border-collapse: collapse;
    margin: 0 auto;
    width: 50rem;
  }
  .ifc-calendar th,
  .ifc-calendar td {
    width: 7rem;
    text-align: center;
    border: 1px solid #1E2126;
  }
  .ifc-calendar td:hover {
    background: #0F1115;;
  }
  .ifc-calendar td {
    height: 4rem;
  }
  .ifc-calendar th {
    height: 2rem;
  }
  .ifc-calendar td.today {
    color: #7EFC8D;
    font-weight: bold;
  }
  .picture {
    background-size:cover;
    background-position: center;
    opacity: 0.75;
    height: 550px !important;
  }
  .date {
    background: rgba(20,23,28,0.75);
    position:absolute;
    width: 100%;
    bottom: -1.25rem;
    padding: 0.5rem 0;
  }