/****************************************************************************************/
/* TAGS */
/****************************************************************************************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/* scroll-behavior: smooth; -- means the auto-scroll goes too fast */
}

body {
	/* background-image: url('/images/gradient-yellow-orange-bg-1px.png'); */
	/* background: radial-gradient(#F87940, 30%, #242C44); */
	/* background-attachment: fixed; */
	background-color: #EE554E;
	
	height: 100%;
	width: 95%;
	margin: 20px;
	padding: 0;
	/* position: relative;  */
	/* top: 0%; */ 
	/* bottom: 0%;  */
	/* left: 0%; */
	/* right: 50px;  */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: cyan;
	font-weight: bold;
}

a {
	color: lime;
}

a:hover {
	color: yellow;
}

a img {
	border: none;
}

div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/****************************************************************************************/
/** IDs */
/****************************************************************************************/

/****************************************************************************************/
/** Classes */
/****************************************************************************************/
.main {
	display: flex;
	justify-content: center;
	align-items: center;
}

