
		body {
			margin: 0;
			font-family: 'Open Sans', sans-serif;
			position: absolute;
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			display: table;
			font-size: 1.3em !important;
			background-color: #f1f1f1;
		}

		#activity {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
		}

		

		#result {
			text-transform: uppercase;
		}

		.tryagain {
		background-attachment: scroll;
		background-clip: border-box;
		background-color: rgb(127, 206, 119);
		background-image: none;
		background-origin: padding-box;
		background-size: auto;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		box-sizing: border-box;
		color: rgb(255, 255, 255);
		cursor: pointer;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-size: 32px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 93px;
		line-height: normal;
		margin-bottom: 8px;
		margin-left: 9.28px;
		margin-right: 9.28px;
		margin-top: 8px;
		min-height: 0px;
		min-width: 180px;
		outline-width: 0px;
		padding-bottom: 24px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 24px;
		position: relative;
		text-align: center;
		text-transform: none;
		transition-delay: 0s;
		transition-duration: 0.28s;
		transition-property: box-shadow;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		width: 351.594px;
		z-index: 0;
		-webkit-user-select: none;
		}

		a:link, a:hover, a:visited, a:active {
			text-decoration: none;
		}
.hits {
  font-size: 1.8em !important;
  font-weight: bolder;
}


.speed {
  font-size: 1.8em !important;
  font-weight: bolder;
}

#timeSelector button{
    
    font-size: 1em;
    border-radius: 5px;
    padding: 10px;
    border: 2px rgb(127, 206, 119) solid ;
    margin-bottom:5px;
}

#timeSelector button:hover, button:focus{
    
    background: rgb(127, 206, 119);
    color: #fff;
    
}

.selectedBtn{
    
    background: rgb(127, 206, 119);
    color: #fff;
}

/*.timeSelector button:focus{*/
    
/*    background: rgb(127, 206, 119);*/
/*    color: #fff;*/
/*}*/

button {
    display:inline-block;
    border:none;
}
