body{
	background-color: #57B3AC;
}
@font-face {
  font-family: "Naniseg";
  src: url("Naniseg.ttf");
}

#clock {
	border: 4px #FF0000 solid;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 70%
	height: auto;
}

#clock td{
	border: 8px #000000 solid;
	font-family: "Naniseg";
	font-size: 12vw;
	background-color: black;
	text-align: center;
	padding: 12px 0px;
	margin:0;
	height: auto;
}
#clock th{
	border: 8px #000000 solid;
	font-size: 2vw;
	color: #FFFFFF;
	background-color: black;
	text-align: center;
	padding: 0px 0px;
	margin:0;
}
#clock tr{
	height: auto;
}
#text , #text1 , #text2 , #text3 {
	width: 99%;
	height: 90%
}
#copyid , #copy1 , #copy2 , #copy3 {
	width: 100%;
	height: 100%;
	color: black;
	background-color: white;

}
#copyid:hover , #copy1:hover , #copy2:hover , #copy3:hover {
	background-color: red;
}
#copyid:focus , #copy1:focus , #copy2:focus , #copy3:focus {
	background-color: red;
}
#copyid:active , #copy1:active , #copy2:active , #copy3:active {
	background-color: #11FF11;
}
#entxta , #entxtb , #entxtc , #entxtd {
	width: 99%;
	height: 90%
}
#enbtn1 , #enbtn2 , #enbtn3 , #enbtn4 {
	width: 100%;
	height: 100%;
	color: black;
	background-color: white;
}
#enbtn1:hover {
	background-color: red;
}
#enbtn1:focus {
	background-color: red;
}
#enbtn1:active {
	background-color: #11FF11;
}
.maintable {
	height: 256px;
}
.tekito {
	width: 100%;
	cursor: pointer;
	background-color: white;
	color: black;
}
.tekito:hover {
	background-color: red;
}
.tekito:focus {
	background-color: red;
}
.tekito:active {
	background-color: #11FF11;
}
.maintable {
	border: 2px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	width: 90vw;
}
.maintable td{
	background-color: #242424;
	color: #DF4300;
	font-size: 2vw;
}
#size {
	cursor: pointer;
}
A {
	
}
#control {
	border: 2px #000000 solid;
 	margin-left: auto;
 	margin-right: auto;
 	width: 90vw;
 	height: 6vw
 }
#control td{
	background-color: #242424;
	height: 64px;
}
#control button{
	height: 100%;
}
#text {
	height: 100%;
	margin: auto;
}