body{
	background-image:url("background.jpg");
}
@font-face {
  font-family: font;
  src: url(Winkle-Regular.ttf);
}
@font-face {
  font-family: starborn;
  src: url(Starborn.ttf);
}
::selection{
	color:#916178;
	background-color:#ffdbe4;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.link{
	width: 1000px;
	height: 55px;
	margin: auto;
	background-color: #ffe3ec;
}
.links-group{
	width: 960px;
	height: 40px;
	top: 10px;
	margin: auto;
}
.links{
	background-color: #ffc2d5;
	width: 50px;
	border: solid white;
	color: white;
	font-family: font;
	font-size: 23px;
}
.links:hover{
	background-color:#916178;
}

.empty{
	width: 1000px;
	height: 30px;
	margin: auto;
}
.empty2{
	height:170px;
}
.behind{
	width: 1000px;
	height: 4530px;
	background-image: url("page.png");
	margin: auto;
}
.logo{
	width: 545px;
	height:144px;
	position: absolute;
	top: 70px;
	left: 23%;
	animation: zoom-in-zoom-out 3s ease infinite;
}

.texte{
	width: 940px;
	position: absolute;
	top: 205px;
	left: 25.3%;
	font-family: font;
	font-size: 21px;
	color: #916178;
}

.tape1{
	position: absolute;
	left: 50%;
	top: 470px;
}
.tape2{
	position: absolute;
	left: 30%;
	top: 1740px;
}
.tape3{
	position: absolute;
	left: 47%;
	top: 2220px;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}