@font-face {
  font-family: kinkie;
  src: url(KINKIE__.TTF);
}
body{
  background-color: rgb(74, 18, 65);
  background-image: url(backsparkle.gif),
  linear-gradient(rgb(54, 28, 58),rgb(109, 39, 163),rgb(109, 39, 163),rgb(80, 25, 163));
  /* background-size: 70%; */
  /* background-position-y: center; */
  background-attachment: fixed;
}

.brows{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.navigate{
/* background-image: linear-gradient(rgb(142, 26, 173),rgb(255, 13, 255)); */
background-color: purple;
color: rgb(197, 118, 197);
font-size: large;
font-family: kinkie;
border-style: ridge;
border-radius: 15px;
background-size: 500%;
opacity: 1;
padding: 10;
margin: 10px;
}

.navigate:hover{
  opacity: 0.9;
  /* background */
  background-image: url(sparkle.gif);
  background-size: 90%;
  transition: opacity .2s , background-size 100s linear;

}
