
body {
  overscroll-behavior: none;

}

.MainContent{
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}


.Timer_Time {
  font-size: 5em;
}
.Timer_TimeBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Timer_Scramble {
  font-size: 1em;

}
.Timer_DetailBox {
  position: absolute;
  bottom: 0px;
  width: auto;
  /* height: 0; */
  /* margin: 0; */
  /* padding: 0; */
}

.MoblieBox {
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  user-select:none;
}

@media (min-width: 768px) {
  .MainContent{
    width: calc(100% - 300px);
    height: 100%;
    position: relative;
    float: left;
  }

  .Timer_Time {
    font-size: 8em;
  }
  .Timer_TimeBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .Timer_Scramble {
    font-size: 1.5em
  }
  .Timer_DetailBox {
    position: absolute;
    bottom: 0px;
    width:100%;
    height: 250px;
  }

}