/* Main Page Setting */

html {
	font-size   : 1.2em;
	font-family : "Tahoma", "JetBrains Mono Modifier", "Microsoft JhengHei", "Apple LiSung Light", sans-serif;
	padding     : 0;
	background-image      : url(../images/background.jpg);
	/*background-image      : url(../images/russianmain.jpg);*/
	background-size       : auto 100%;
	background-blend-mode : normal;
	background-repeat     : no-repeat;
	background-attachment : fixed;}
	/*}*/

main {
	display     : flex;
	align-items : flex-start;
	/*margin-top  : 0;*/
	/*background-image: url("../images/russianmain.jpg");*/
	background-size: auto 100%;
	background-blend-mode : normal;
	background-repeat     : no-repeat;
	background-attachment : fixed;
	transition : 1.1s ease-in-out;
	}

/* Basic function setting */
hr.dotted {
	display       : block;
	position      : relative;
	border        : none;
	border-bottom : 2px dotted black;
	margin        : 0.5rem 0rem 0rem 0;
	}


.testing {
	border           : 1px solid gray;
	border-radius    : 8px;
	background-color : rgba(209, 243, 212, 0.3);
	margin-bottom    : 1rem;
	width            : 100%;
	position         : page;
	top              : 0;
	left             : 0;
	}


/*.sticky-sidebar {*/
/*  top: 0; !* Makes the sidebar stick to the top of the page *!*/
/*  }*/
