@import url('https://fonts.googleapis.com/css?family=Saira&display=swap');

.countdownTxt, .controls {
  font-family: Saira, Roboto, sans-serif;
  color: #365577;
}

body {
  background-color: #E8E8E8;
}

.countdownTxt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.time {
  margin: 2vw;
  font-size: 10vw;
}

.timetxt {
  font-size: 5vw;
}

#days, #hours, #minutes, #seconds {
  text-align:center;
}

.txtinput {
  outline:none;
  text-align: center;
  width: 30px;
  border-radius:5px;
  background: #fff;
  border: 2px solid #365577;
  color:#365577;
  letter-spacing:1px;
  text-shadow:0;
  font-size:12px;
  font-weight: bold;
}

.btn {
  outline:none;
  text-align: center;
  width: 100px;
  border-radius:50px;
  background: #fff;
  border: 2px solid #365577;
  color:#365577;
  letter-spacing:1px;
  text-shadow:0;
  font-size:12px;
  font-weight: bold;
}

.btn:hover {
    color:white;
    background: #365577;
}

.btn:active {
    letter-spacing: 2px;
    letter-spacing: 2px ;
}

.controls {
  position: absolute;
  bottom: 15px;
}