body {
  padding-top: 5rem;
}

.microsoft-btn:hover {
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
  cursor: pointer;
}

.timer-count {
  position: fixed;
  font-size: 65vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plyr__progress{
  pointer-events:none;
}