<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
background-color: rgba(240, 240, 240, 1);
font-family: Ubuntu;
font-size: 14pt;
justify-content: center;
align-items: center;
text-align: center;
display: flex;
flex-flow: column;
scroll-behavior: smooth;
/* add home option here */
}

#head-layout {
display: flex;
flex-flow: row;
width: 80vw;
height: auto;
margin: 4px;
/* add head option here */
/* add head-layout option here */
}
/* add head-layout code here */


imgIconTcn-ele {
background-image: url(images/tcnSystemIcon.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 15vw;
height: 15vh;
/* add imgIconTcn option here */
/* add imgIconTcn-ele option here */
}
/* add imgIconTcn-ele code here */


#top-layout {
display: flex;
flex-flow: row;
border: 4px solid rgba(15, 15, 15, 1);
border-radius: 20px;
width: 65vw;
height: auto;
justify-content: center;
align-items: center;
text-align: center;
margin: 4px;
/* add top option here */
/* add top-layout option here */
}
/* add top-layout code here */


top-title-ele {
color: rgba(15, 15, 15, 1);font-weight: 900;
font-style: italic;
font-size: 2.0rem;
margin: 1.0rem;
/* add top-title-ele option here */
}
/* add top-title-ele code here */

/* add top code here */
/* add head code here */

#block-layout {
display: flex;
flex-flow: column;
border: 4px solid rgba(15, 15, 15, 1);
border-radius: 20px;
width: 80vw;
height: auto;
justify-content: center;
align-items: center;
text-align: center;
margin: 4px;
/* add block option here */
/* add block-layout option here */
}
/* add block-layout code here */


#para-line-layout {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
text-align: center;
margin: 10px;
/* add para-line-layout option here */
}

para-title-ele {
color: rgba(15, 15, 15, 1);font-weight: 900;
font-style: italic;
font-size: 2.0rem;
margin: 1.0rem;
/* add para-title-ele option here */
}
/* add para-title-ele code here */


para-img-ele {
background-image: url(images/AE_1.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 30vw;
height: 30vh;
border: 4px solid rgba(15, 15, 15, 1);
margin: 4px;
/* add para-img option here */
/* add para-img-ele option here */
}
/* add para-img-ele code here */


para-text-ele {
color: rgba(15, 15, 15, 1);margin: 1.0rem;
/* add para-text-ele option here */
}
/* add para-text-ele code here */

/* add para-line-layout code here */

/* add block code here */

#endLine-layout {
display: flex;
flex-flow: row;
border: 4px solid rgba(15, 15, 15, 1);
border-radius: 20px;
width: 80vw;
height: auto;
justify-content: center;
align-items: center;
text-align: center;
margin: 4px;
/* add endLine option here */
/* add endLine-layout option here */
}
/* add endLine-layout code here */


h9-ele {
color: rgba(15, 15, 15, 1);
margin: 1.0rem;
/* add h9-ele option here */
}
/* add h9-ele code here */

/* add endLine code here */
/* add home code here */

</pre></body></html>