@charset "UTF-8";

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
    100% {opacity: 1}
}

body > .container1 {
	position: fixed;
	top:50%;
    left:50%;
}

#icon{position:fixed;
width:600px;
height:400px;
top:50%;
left:50%;
margin-left:-300px;
margin-top:-200px;
}

.circle_top{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: red;
}

.so-p1{
	font-size: small; 
	font-family: 'Times New Roman', Times, 'serif';
	letter-spacing: 3px;
	padding: 40px;
}

a {
	color: #6E6F7A;
	text-decoration: none;
}	

a:hover {
	color: #6E6F7A;
	text-decoration:none;
	opacity: 0.4;
}

.footer {
	font-size: X-small;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
}