.watch{
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*margin: 50px 0;*/
}
h2#watch{
	font-size:4em;
	font-weight:400;
	text-align: center;
	font-weight: bold;
	width: 335px;
	margin: 0;
	color:red;
}
h2#watch.paused{
	color:red;
}
.buttons{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 10px 0;
}
.buttons button{
	margin:0 5px;
	border:none;
	padding:10px;
	color:#ea0000;
	text-transform:uppercase;
	letter-spacing:0.1em;
	background: #ffd500;
	border-radius:5px;
	cursor: pointer;
	font-weight: bold;
}
