<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* begin reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* end reset */
body {
	background-color: #00CCFF;
	font-family: 'Roboto', sans-serif;
	margin-top: 30px;
}
h2 {
	font-size: 22px;
	color: yellow;
	margin-bottom: 10px;
}
ul {
	list-style: circle;
	text-align: justify;
	text-justify: inter-word;
	margin-bottom: 20px;
}
.nav {
	margin-top: 55px;
	height: 30px;
	width: 950px;
	background: yellow;
	font-size: 25px;
	font-weight: bolder;
	overflow: hidden;
}
.demo {
	padding-left: 100px;
	padding-right: 150px;
}
.navlink {
	margin-right: 50px;
}
a, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a:hover:visited {
	text-decoration: none;
	color: #FF0000;
}
.girlhand {
	position: absolute;
	left: 160px;
	top: 5px;
}
.girlbody {
	position: absolute;
	left: 160px;
	top: 131px;
}
.logo {
	position: absolute;
	left: 960px;
	top: 52px;
}
.titlediv {
	position: absolute;
	left: 380px;
	top: 175px;
	text-align: center;
}
.maintitle {
	font-size: 50px;
	color: yellow;
	font-weight: bold;
}
.subtitle {
	font-size: 20px;
}
.heading {
	margin-top: 20px;
	margin-left: 70px;
}
.content {
	margin-top: 30px;
	margin-left: 80px;
	font-size: 18px;
	width: 900px;
}
.about-girl {
	height: 400px;
	left: 725px;
	position: absolute;
	top: 95px;
}
.button-div{
    background-color: #1C7493;
    margin: 0 auto;
    width: 700px;
    border: 2px solid yellow;
}
.step{
    background-color: #1C7493;
    text-align: center;
    font-size: 18px;
}
.pptx {
	left: 480px;
	position: absolute;
	top: 400px;
	font-size: 18px;
	font-weight: 500;
}
.pptx a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.concepts-table {
	margin: auto;
}
.concepts-table a{
	text-decoration: none;
	color: #FFFFFF;
}
.concepts-table a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.concepts-heading {
	display: block;
	text-align: center;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer {
	position: absolute;
	top: 750px;
	width: 100%;
	font-size: 15px;
	text-align: center;
	padding-bottom: 60px;
}
.footlink {
	margin-right: 30px;
}
</pre></body></html>