@font-face{
  font-family: titlefont;
  src: url(fonts/Apple Chancery.ttf);
}
@font-face{
  font-family: secondary;
  src: url(fonts/SecondaryFont.ttf);
}
body{
  background-image: url(images/Background.png);
  background-color: #cccccc;
  background-position: top;
  background-repeat: no-repeat;
  background-size:100%;
}
#title{
  position: relative;
  width: 700px;
  height: 400px;
  margin: auto;
  top:-30px;
}
#title img{
  position: relative;
  width: 480px;
  margin-left:auto;
  margin-right: auto;
  top:115px;
  display: block;
  z-index: -1;
  filter: drop-shadow(0px 0px 20px #89d98a);
}
#cover img{
  position:relative;
  width:500px;
  height:650px;
  z-index:-2;
  top:-350px;
  margin-left:auto;
  margin-right: auto;
  display: block;
}
#wrapper{
  position:relative;
  width: 700px;
  top: -100px;
  margin: auto;
}
#menu{
  position: relative;
  top: -600px;
}
#play {
  position: relative;
  font-family: Sans-serif;
  font-size: 40px;
  color: #f4edfc;
  width: 250px;
  margin: auto;
  top:-80px;
}
#play:hover{
  filter: drop-shadow(0px 0px 20px #da85ff);
  font-size: 42px;
}
#collection {
  position: relative;
  font-family: Sans-serif;
  font-size: 40px;
  color: #f4edfc;
  width: 330px;
  margin: auto;
  top:-80px;
}
#collection:hover{
  filter: drop-shadow(0px 0px 20px #da85ff);
  font-size: 42px;
}
#websiteLink {
  position: relative;
  font-family: Sans-serif;
  font-size: 40px;
  color: #f4edfc;
  width: 250px;
  margin: auto;
  top:-80px;
}
#websiteLink:hover{
  filter: drop-shadow(0px 0px 20px #da85ff);
  font-size: 42px; {
  position: relative;
  font-family: Sans-serif;
  font-size: 42px;
  color: #f4edfc;
  width: 250px;
  margin: auto;
  top:-80px;
}
