* {
  user-select: none;
  font-family: sans-serif;
 
  overflow: hidden;
}
body{
  background: rgb(2,0,36);
  background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(8,7,103,1) 43%, rgba(9,9,121,1) 56%, rgba(0,212,255,1) 82%);
}

#start {
  width: 30%;
  height: 200px;
  background-color: rgba(0,212,255,0);
  cursor: pointer;
  border-radius: 40px;
  border: 4px solid greenyellow;
  font-size: 50px;
  color:  greenyellow;
  margin-top: 1em;
  margin: 0 auto;
  
  
}

#tlacitko {
  width: 100px;
  height: 100px;
  background-color: rgb(223, 33, 33);
  border-radius: 60px;
  border: 5px solid rgb(57, 52, 191);
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  transition: 3s ease;
  color: white;
  font-size: 40px;
  text-align: center;

}
#timeInfo{
  text-align: center;
  width: 30%;
  font-size: 30px;
  margin: 0 auto;
  color: greenyellow;
  border: 5px solid greenyellow;
  background-color: rgba(0,212,255,0);
}

