@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
text-decoration:none;
}
a :hover{
color:yellow;
}

h1,h2,h3,h4,h5,h6,p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:100%;
	margin-top:0px;
}
h1 {
	font-size:200%;
	color:#ffffff;
	}

h2 {
	font-size:130%;
	color:#ffffff; 
	}

p {
	font-size:130%;
	color:#ffffff;
	}

html{

    
}

body{
background-color:red;
height:auto;
}
@-webkit-keyframes x2 {
	0% { -webkit-transform: rotate(45deg); }
	10% { -webkit-transform: rotate(-45deg); }
	20% { -webkit-transform: rotate(45deg); }
	30% { -webkit-transform:rotate(-45deg); }
	40% { -webkit-transform:  rotate(45deg); }
	50% { -webkit-transform:  rotate(-45deg); }
	60% { -webkit-transform:  rotate(45deg); }
	70% { -webkit-transform:  rotate(-45deg); }
	80% { -webkit-transform:  rotate(45deg); }
	90% { -webkit-transform:  rotate(-45deg); }
	100% { -webkit-transform: rotate(45deg); }
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
}


#container{
width:100%;
text-align:center;
}
#logo{
padding:0;
}

#logo p{
font-family: "Arial Rounded MT",Helvetica Rounded,Arial,sans-serif; 
color:black;
font-size:35px;
}
#logo img{
width:35%;
}




