





body{
	margin: 0;
	background-color: #027af9;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	--themeColor: #8c0000;
	--logoColor: #dc0000;
	--classHeaderFont: #d2d2d2;
	--mainTextBackground: #f3f3f3;
	
	}
	
	


a:link {
  color: var(--linkColor); 
  text-decoration: none; 
  }
a:visited {
  color: var(--linkColor);
  text-decoration: none; 
 }
a:hover { 
  color: var(--hoverColor);
  background-color: var(--hoverBackground);
  text-decoration: none; 
 }
a:active {
  color: var(--hoverColor);  
  text-decoration: none; 
 }

 
 
 
 
 
.title
{
font-family: arial;
font-size: 80px;
font-weight: bold;
text-align: center;
}



.title_sub
{
font-family: arial;
font-size: 20px;
font-weight: bold;
text-align: center;
}


  
 
.main_text
{
font-family: arial;
font-size: 14px;
padding-left: 100px;

}

 
 
