h1,h2,h3,h4,h5,h6 {margin: 0px; font-style: italic;}
.test {border: 2px solid purple;}
img {height: auto;}/*<--- just input width using style in html*/

div.container {
	display: inline-block;
	border: 5px ridge #A3B087; 
	background-color: #435663;
	height: auto;
	margin: auto;
	padding: 7px;
	color: black;
}

.group {
	display: inline-flex;
	height: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}

div.link-bar {
	display: inline-block;
	padding-right: 5px;
	width: auto;
	height: auto;
	margin: 0px;
	margin-right: 5px;
	margin-top: 67px;
	margin-bottom: auto;
}

div.text-content {
	border: none;
	margin: auto;
	width: 542px;
	height: auto;
}

img,body {
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

/*body {
	background-repeat: no-repeat;
	background-color: no-repeat;
}*/

/*Link style*/
a {
	color: #A3B087;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}

/*button styled link*/
a.b {
	padding: 1px;
	margin: 1px;
	border: 2px solid grey;
	background-color: white;
	color: black;
}

a.b:hover {
	border-color: white;
	background-color: grey;
	font-weight: 70px;
}

a.b:active {
	color: red;
	font-weight: 70px;
}

/*title page styles*/
.title-page {
	font-size: 57px;  
	margin-bottom: 6px;
	font-style: italic;
}

hr {color: #A3B087; border-bottom: 5px ridge #A3B087;}

.arrow-style {
	list-style-image: url("images/ul-style_arrow.gif");
}

.cursor-style {
	list-style-image: url("images/hand_right.gif");
}

.arrow2-style {
	list-style-image: url("images/arrow_right.gif");
}

/*link bar style*/
.link-bar_ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: auto;
}

/*link buttons (in the bar)*/
li a.bar-button {
	display: inline-block;
	padding: 3px;
	background-color: #435663;
	color: black;
	/*text-decoration: none;*/
	width: 250px;
	height: 25px;
}

li a:hover.bar-button,li a.active {
	background-color: #A3B087;
	font-weight: bold;
	text-decoration: underline;
}

/*english project - cards*/
.card {
	width: 47%;
	height: 89%;
	background-image: url("images/card/nyan-bg.png");
}

.card-img {
	width: 150px;
	height: auto;
}

.title-card {
	font-size: 37px;
}
.desc {
	font-size: 11px;
}

.stats {
	margin-bottom: 4px;
}

.border-table {
	border: 5px ridge #A3B087; 
	margin-top: 45px;
	padding: 7px;
	width: 500px;
}

/*space for the list*/
ul li.space-whats_new {
	padding-bottom: 10px;
}

/*blog button*/
.b-button {
	border: 2px ridge #A3B087; 
	padding: 5px;
	font-weight: bold;
	font-style: italic;
}

/*fonts (from blogs)*/
/*bitter*/ @font-face {font-family: bitter; src: url(blogs/fonts/Bitter/Bitter-VariableFont_wght.ttf);}
/*gnu-unifont*/ @font-face {font-family: gnu-unifont; src: url(blogs/fonts/gnu-unifont/gnu-unifont.ttf);}