body {
	margin: 5% auto;
	background: #f2f2f2;
	color: #444444;
	font-family: arial,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; 
	font-size: 16px !important;
	line-height: 1.8;
	text-shadow: 0 1px 0 #ffffff;
	/*width: 73%;*
	width: 93%;
	/*max-width: 773px;*/
	max-width: 93%;
}
pre {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 10px;
	font-size: 14px !important;
	overflow-x: scroll;
}
blockquote {
	border-left: #666 1px solid;
	padding-left: 10px;
}
input, textarea {
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 5px;
}
input[type=number] {
	padding:5px;
}
input[type="text"],
textarea {
  width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
textarea {
	min-height: 150px;
}
a {
	border-bottom: 1px solid #444444;
	color: #444444;
	text-decoration: none;
}
a:hover {
	border-bottom: 0;
}
a.logo {
	border-bottom: 0;
	font-weight: bold;
}
hr {
	height: 1px;
	border: none;
	background-color: #aaa;
	background-color: #ccc;
	margin: 30px auto;
	width: 100%;
	text-align: center;
}

/* with margin and width you can center hr having less than 100% 0f size */
p hr {
	width: 33%;
}
.logo {
	height: 100%;
	vertical-align: middle;
	margin-right: 15px;
}
.logo-text {
	font-weight: bold;
}
.roll {
	gap: 10px;
	display: flex;
	justify-content: space-between;
	/* word-spacing:10px; */
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	/*padding-bottom: 15px;*/
}
.tag {
	padding:0px 6px 2px 6px;
	border-radius:3px;
	background: #222;
	color: #f2f2f2;
	text-shadow: 0 1px 0 #000000;
}
.footer a {
	border-bottom: none;
}
