body {
	padding: 0;
	margin: 0;
	font-family: verdana;
}

h1 {
    font-size: 19px;
}

}
.container {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
	width: 100%;
	height: 10vh;
	background-color: rgb(0, 61, 0);
}

.w3-container
{padding:0.01em 9px}

.w3-green{
    color:#fff;
    background-color:#4CAF50;
}

.w3-row-padding>.w3-col{padding:0 8px}

.#leftbox {
	float:left;
 	background:yellow;
	width:25%;
	height:300px;
}

.container-child {
	float: left;
	flex-direction: column;
	justify-content: left;
	align-items: right;
	width: 50%;
	height: 10vh;
	background-color: rgb(242, 243, 244);
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10vh;
	background-color: rgb(0, 0, 0);
}

.digit {
	font-size: 30px;
	color: #fff;
}

.txt {
	font-size: 20px;
	color: #fffcd6;
}

.txt16px {
	font-size: 16px;
	color: #ffffff;
}

.txt14px {
	font-size: 14px;
	color: #ffffff;
}

.smallTxt {
	font-size: 15px;
	color: #fffcd6;
}

.guaTxt {
	font-size: 15px;
	color: #000000;
}

#buttons {
	margin-top: 10px;
}

.btn {
	width: 70px;
	padding: 7px 7px;
	margin: 0px 8px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	cursor: pointer;
	font-size: 15px;
	transition: 0.5s;
	color: white;
	font-weight: 500;
}

#cast {
	background-color: black;
}

#stop {
	background-color: #0e85fc;
}

#reset {
	background-color: #c91400;
}

a:link {
  color: black;
  background-color: white;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

td {
  text-align: center;
  padding: 2px;
}
th {
  text-align: center;
  padding: 2px;
}