﻿body {
	margin:0; 
	font-family: 'Livvic', sans-serif;
	background: #efefef;
}

#bgtext {
	position:fixed;
    z-index:-1;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 
#bgtx { 
	text-align: justify;
	margin: -120px -350px 0 -250px;
	transform: rotate(350deg); 
	-webkit-transform: rotate(350deg); 
	color: rgb(0, 0, 0, 0.1);
}

.md{
	background: rgb(220, 220, 220, 1);
}

.headtop {
	color:#006;
	font-size:24px;
	background: linear-gradient(to right, #fec 0%, #fff 100%);
}
.headtop2 {
	color:#006;
	font-size:24px;
	background: linear-gradient(to left, #cfc 0%, #fff 100%);
}

.head1 {
	color:#006;
	font-size:24px;
		background:#fdb;
}
.head2 {
	color:#008;
	font-size:28px; 
}
.head3 {
	color:#000;
	font-size:24px;
	background:#cee; 
}
.head4 {
	color:#600;
    font-size:24px;
}
.head5 {
	background:#cde;
}
.head6 {
	background:#ede;
}
.head7 {
	color:#4f4;
	font-size:24px;
	background:rgb(15,15,15);
	font-family: 'Lexend Deca', sans-serif;
	-webkit-box-shadow: 0 0 3px 1px #55b;
	-moz-box-shadow: 0 0 3px 1px #55b;
	box-shadow: 0 0 3px 1px #55b;
}
.aut2{
    text-shadow: 1px 1px 0 rgb(100,200,200) , -1px -1px 0 rgb(200,150,200) , 1px -1px 0 rgb(100,200,200) , -1px 1px 0 rgb(200,150,200);
}
.aut{
    font-size:24px;
    text-shadow: 1px 1px 0 rgb(100,200,200) , -1px -1px 0 rgb(200,150,200) , 1px -1px 0 rgb(100,200,200) , -1px 1px 0 rgb(200,150,200);
	color: rgb(0,0,0);
}
.pg{
text-shadow: 1px 1px 4px rgb(20,40,40) , -1px -1px 0 rgb(40,30,40) , 1px -1px 4px rgb(20,40,40) , -1px 1px 4px rgb(40,30,40); 
font-size:28px;
color: rgb(0, 250, 250);
}

.msg {
	color:#055;
	font-size:24px;
}
.footer {
	color:#123;
	font-size:28px;
}
.tag {
	color:#600;
	font-size:24px;
}