body{
	   background-image: url("Background.jpg");
	   width: cover;
	   height: cover;
	   background-size: cover;
	   animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
.main{
	text-align: left;
	font-size: 25px;
	font-weight: light bolder;
	font-family: helvetica;
	color: #333333;
	position: fixed;
	bottom: 7px;
	left: 34px;
}
.mainn{
	text-align: right;
	font-size: 25px;
	font-weight: light bolder;
	font-family: helvetica;
	color: #333333;
	position: fixed;
	bottom: 53px;
	right: 34px;
}
.icons{
	color: #333333;
	text-align: right;
	font-size: 35px;
	position: fixed;
	bottom: -5px;
	right: 30px;
}
a:link, a:visited {
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
a:hover{
  color: #8c8c8c;
}
a:active {
	color: darkblue;
	background: repeating-radial-gradient();
}
#left{
	float: left;
	font-family: Helvetica;
	font-size: 40px;
	padding: 25px;
	font-weight: bold;
}
#right{
  font-family: Helvetica;
  font-weight: bold;
	font-size: 40px;
	position: fixed;
	right: 30px;
	top: 35px;
}
.pic{
	position: fixed;
	left: 450px;
	top: 135px;
}
