body {
  background-color: rgb(214, 27, 186);
  color: 2a2343;
  background-position: 100%;
  height: 100vh;
  font-family: "Courier New", Courier, monospace;
  display: flex;
  background-image: url(/gettyimages-1171564349-640x640.jpg);
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #081117;
  -webkit-text-stroke: 0.9px rgb(218, 76, 246);
  color: transparent;
  background-image: url(/gettyimages-1171564349-640x640.jpg);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-position: 90% 0;
  animation: backcolor 2s linear infinite alternate;
}
@keyframes backcolor {
  100% {
    background-position: 0 0;
  }
}
#buttn {
  align-items: center;
}
a {
  text-decoration-line: none;

  font-family: Baskerville Old Face;
  font-size: large;
  font-weight: bold;
}
h1 {
  -webkit-text-stroke-color: #f563e2eb;
}
#buttn p {
  width: 500px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 1000px;
  box-shadow: 0 8px 32px #f563e2eb;
  backdrop-filter: blur(10px);
  color: #f563e2eb !important;
  background-color: #17122a;
  text-align: center;
  padding: 2%;
}
h1 {
  text-align: center;
}
