.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
 margin-top: 28%;
}

h1 {
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.2);
text-align:center;
}

#timer {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size:.7em;
  letter-spacing: 2px;
font-weight:bold;
}

.days, .hours, .minutes, .seconds {
  display: inline-block;
  padding: 20px 10px;
box-shadow:0 0 .45rem rgba(123,0,0,0.45);
}

.days {
width: 180px;
color:#fff;
  background: rgba(255,255,255,0.3);
/*box-shadow: 5px 5px 10px #666;*/
}

.hours {
width: 140px;
background: rgba(255,255,255,0.3);
}

.minutes {
width: 140px;
  background: rgba(255,255,255,0.3);
}

.seconds {
width: 140px;
  background: rgba(255,255,255,0.3);
}

.numbers {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 5em;
}

.words {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 2em;
}

.white {
  position: absolute;
  background: #F6F4F3;
  height: 85px;
  width: 75px;
  left: 30%;
  top: 2%;
}
.white .triangle {
  border-bottom: 14px solid #F6F4F3;
}
.white .string {
  background: #F6F4F3;
  border: 1px solid #F6F4F3;
}

.red {
  position: absolute;
  background: #EF2F3C;
  left: 18%;
  top: 9%;
  height: 65px;
  width: 70px;
}
.red .triangle {
  border-bottom: 14px solid #EF2F3C;
}
.red .string {
  background: #EF2F3C;
  border: 1px solid #EF2F3C;
}

.blue {
  position: absolute;
  background: #276FBF;
  height: 80px;
  width: 80px;
  left: 60%;
  top: 5%;
}
.blue .triangle {
  border-bottom: 14px solid #276FBF;
}
.blue .string {
  background: #276FBF;
  border: 1px solid #276FBF;
}