@font-face {
  font-family:"whitevinegar";
  src: url("WhiteVinegar-Regular.ttf") format("truetype");
}


body{
	text-align: center;
	background-color: 	#FF7F27;
	font-style: 		default;
	font-variant: 		default;
	font-family: 		"whitevinegar", monospace;
	font-size: 			20px;
}

h1{
	text-align: 		center;
	font-size: 			80px;
}

h2{
	text-align: 		center;
	font-size: 			50px;
}

h3{
	text-align: 		center;
	font-size: 			30px;
}

a:active, a:focus, a:hover, a:link, a:visited {
	color: 				Black;
	font-family: 		"whitevinegar", monospace;
	font-size: 			17px;
	text-decoration: 	none;
}

div.body{
	text-align: center;
	align-content: center;
}

div.link{
	margin: 			10px 10px;
	color: 				Black;
	font-family:		"whitevinegar", monospace;
    font-size:			30px;
}

div.link1{
	text-align: 		center;
	margin: 			40px 80px;
	color: 				Black;
	font-family:		"whitevinegar", monospace;
    font-size:			20px;
}

iframe {
    border: 0;
}

textarea {
   resize: none;
}

.output {
    background: #FF7F27;
}

.tg  {
	border-collapse:collapse;
	border-spacing:0;
}
.tg td{
	text-align: left;
	font-family:"whitevinegar", monospace;
	font-size:20px;
	padding:20px 20px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}
.tg th{
	text-align: left;
	font-family:"whitevinegar", monospace;
	font-size:20px;
	font-weight:normal;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
}
.tg .tg-7khl{
	font-size:15px
}