@charset "UTF-8";
/* CSS Document */

.mb-0 {
  margin-bottom: 0;
}

.homepage-book {
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

  #countdown {
    display: flex;
    gap: 15px;
    justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
    margin-top: 2rem;
    font-family: monospace;
  }

  .time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .time-block span:first-child {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 2em;
    min-width: 60px;
    text-align: center;
  }

  .label {
    margin-top: 5px;
    font-weight: bold;
  }