﻿@import 'https://fonts.googleapis.com/css?family=Questrial';

.clock-wrapper {
  background-color: #373333;
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 100%;*/
  position: relative;
  flex-wrap:wrap;
  font-family: 'Questrial', sans-serif;
}

.progress-ring {
  
}

.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  /*// axis compensation*/
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

/*input {
  position: static;
  top: 10px;
  left: 10px;
  width: 80px;
}*/
