@font-face {
  font-family: Luminari;
  src: url(/fonts/Luminari.otf);
}
body {
  background-image: url('/index-graphics/sea.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-size:34px;
  color:#290045;
  text-align:center;
  font-family: Luminari, Big Caslon, Palatino, serif;
}
div {
  margin:auto;
  padding:30px;
  width:200px;
  height:50px;
  line-height:50px;
  background-color:#e4dbfc;
  border:2px #bf8af2 solid;
  border-radius:10px;
  position:absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
}
a {
  transition: ease 1s;
  color:#290045;
  text-decoration:none;
}
a:hover {
  color:#7539a0;
  filter: drop-shadow(5px 5px 7px purple);
  transition:ease 1s;
}