

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}


body {
	padding: 0;
	margin: 0;
	font-family: verdana;
  color: blue;
  imag
}


.container {
	display: flex; 
  flex-direction: column;
	width: 100%;
	height: 0%;
/* background-image: url('https://media.discordapp.net/attachments/1051152626722549870/1051223532295688292/imageedit_2_8784356291.png'); */
/*background: linear-gradient(90deg, rgba(248,255,0,1) 0%, rgba(0,255,73,1) 50%, rgba(0,212,255,1) 100%);*/
}

h1 {
	color: rgb(10, 238, 10);
	text-align: center;
}

.digit {
	font-size: 100px;

/*   background: url("https://media.discordapp.net/attachments/1051152626722549870/1051223532295688292/imageedit_2_8784356291.png"); */
    color:white
}

.txt {
	font-size: 30px;
  background-image:     url('https://49.media.tumblr.com/d7a27d4c5a2127ab53cf9e60b6328e55/tumblr_o36qpwpmCM1s2wio8o1_5  00.gif');
}

#buttons {
	margin-top: 50px;
}

.btn {
	width: 100px;
	padding: 10px 15px;
	margin: 0px 20px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
	font-size: 20px;
	transition: 0.5s;
	color: white;
	font-weight: 500;
}

#start {
	background-color: #009779;
}

#stop {
	background-color: #0e85fc;
}

#reset {
	background-color: #c91400;
}

body{
  font-family: 'Press Start 2P';
}