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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Prompt', sans-serif;
}
a {
  cursor: pointer !important;
}
div {
  position: relative;
}
img,
picture {
  display: block;
  width: 100%;
}

.head {
  margin: 5% 0px;
}

.group2 {
  padding: 5% 7%;
}

.group5 {
  padding-top: 6%;
}

.coach {
  padding: 7% 27% 0% 11%;
  margin-bottom: 20%;
}


.tfbutton, .ccbutton {
  width: 28%;
  height: 6%;
  position: absolute;
  top: 25%;
}
.ccbutton {
  left: 22%;
}
.tfbutton {
  right: 17%;
}

.howtoreg1 {
  top: 40%;
  left: 41%;
  width: 20%;
  height: 3%;
  position: absolute;
}
.howtoreg2 {
  top: 63%;
  left: 47%;
  width: 30%;
  height: 4%;
  position: absolute;
}
.howtoreg3 {
  bottom: 11%;
  right: 33%;
  width: 28%;
  height: 3%;
  position: absolute;
}
.notify {
  position: absolute;
  width: 47%;
  height: 50%;
  left: 28%;
  bottom: 25%;
}

.inbox {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.tel {
  top: 33.3%;
}

.line {
  top: 66.6%;
}

.tel,
.line {
  position: absolute;
  width: 100%;
  height: 33.3%;
  left: 0px;
}

.applyButton {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.footer {
  margin-bottom: 10%;
}
@media only screen and (min-width: 961px) {
  .page {
    width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .notify {
    width: 90%;
    left: 5%;
  }
  
  .howtoreg1 {
    left: 41%;
    width: 23%;
    top: 41%;
  }

  .howtoreg2 {
    top: 65%;
    left: 38%;
    width: 44%;
    height: 3%;
  }
  .howtoreg3 {
    bottom: 6.5%;
    right: 20%;
    width: 44%;
    height: 3%;
  }

  .tfbutton, .ccbutton {
    width: 32%;
    height: 5%;
    top: 26.5%;
  }
  .ccbutton {
    left: 21%;
  }
  .tfbutton {
    right: 12%;
  }

}


.pomodoro {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding-top: 15px;
  padding-bottom: 25px;
}
p {
  text-align: center;
}
.flip-clock-wrapper {
  max-width: 460px;
  margin: 3em auto 2em;
  display: flex;
  justify-content: center;
}
.col-md-4 {
  display: flex;
  justify-content: center;
}
.col-md-2 {
  display: flex;
  justify-content: center;
  height: 34px;
  align-items: center;
}
.counter {
  display: flex;
  justify-content: center;
}
.clock {
  margin-top: 30px;
}
.container {
  width: 500px;
}
.middle {
  display: inline-block;
}
.countdown-title {
  background: #184464;
  text-align: center;
  font-size: 36px;
  color: #FFE798;
  padding: 20px 0;
}

.countdown-title span {
  color: #fff3e6;
}
.countdown {
  background-color: #184464;
  height: 140px;
}

@media only screen and (max-width: 480px) {

  .pomodoro {
    width: 100%;
  }
  
}

