/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
  font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
  font-size: 16px;
  color: #434343;
}

.br1 {
  border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
  vertical-align: super;
  font-size: 9px;
}

.i {
  font-style: italic;
}

sup {
  font-size: 0.7em;
}

body {
  background-color: White;
}

.topImg {
  height: 100vh;
  background-image: url(../pcs/pcs_layout/img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.countDown {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  background-color: White;
  padding: 10px;
}

.countdownTitle {
  font-weight: bold;
  color: #4b337c;
}

#countdown {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  max-width: 300px;
  color: Black;
}

#countdown div {
  text-align: center;
}

#countdown span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #4b337c;
}

.label {
  margin-top: 5px;
  font-size: 14px;
  color: #e3000f;
}
