body{
	background-color: #48234e;
	padding: 0;
	margin: 0;

}
.background{
	background-image: url("./images/loopbackground.jpg") ;
	width: 1300px;
	height: 655px;
	margin: auto;
	background-size: 100%;
	border-radius: 25px;

}
#logo{
	width: 500px;
	height: 400;
	float: right;
	margin-top: 400px;
	margin-right: 120px;
  position: relative;
  animation-name: example;
  animation-duration: 3s;  
  animation-fill-mode: forwards;
	
}

@keyframes example {
  from {top: 30px;}
  to {top: 2px; }
}

.middle-contain1{
	background-color: white;
	width: 500px;
	height: 600px;
	margin-left: 40px;
	margin-top: 20px;
	position: absolute;
	border-radius: 20px;
	opacity: 0.9;
	transition: width 2s;

}
.middle-contain1:hover {width: 520px;}

.middle-contain2{
	text-align: center;
  letter-spacing: 0px;
  animation: mymove 0.5s;
}

@keyframes mymove {
  0% {letter-spacing: 5px;}
}
.middle-contain2 p {
color: #683070;
font-size: 20px;

}
.middle-contain2 h1{
	color: #683070;

}
.middle-contain2 h2{
	color: #683070;

}

.middle-contain2-bottom {


}
