.todo{
	width:100%;
	 display:inline-grid;
	 margin: 20px;
	}
	
	.watch{
	background-color:#616161;
	/*display:table; cambiada por width porque se movian los numeros*/
	width:115px;
	border-radius: 10%;

}
.crown{
background-color:rgb(64, 0, 0);
padding:30px;
display:table;

	}
	#time{
	/*text-align:center; no sirve porque mueve los numeros*/
	margin:5px;
	font-family:"DS-Digital", sans-serif;
	color:#00FF00;
	font-size: 30px;
	font-weight:bold;
	}
	.oval{
	border-radius: 50%;
	width:100px;
	height:75px;
	 
	}