<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
	Here are the CSS styles of your website.

	Bellow are some examples, like the styles which you can apply to your text in the text editor.

	See this page for help on CSS
	https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started

	In the advanced "Apollo" mode, you will be able to add CSS classes to Silex elements,
	and then apply a CSS style to it here.
*/

/* define a style for Title, Headings and Normal texts */
.title,
.heading1,
.heading2,
.heading3,
.normal {
  color: #666666;
  font-family: verdana, arial;
	margin: 0;
}

/* title style */
.title {
  font-size: 45px;
}
	
.element-0{
	cursor: auto; background-color: transparent;
}
.element-1{
	background-color: rgba(255, 255, 255, 1); top: 0; left: 0; width: 960px; height: 640px; 
}
.element-2{
	position: absolute; height: 512px; width: 512px; top: 7px; left: 228px;
}
.element-3{
	position: absolute; height: 18px; width: 429px; top: 549px; left: 273px; background-color: rgb(255, 255, 255);
}</pre></body></html>