@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

a {
    color: #28eefd;
    text-decoration: none;
}

a:hover {
    color: #d6ff01;
    font-size: 22px;
    text-decoration: none;
    transition: 0.5s;
}

body {
  color: white;
  background-image: linear-gradient(#000000, #0a0502);
}

.centery {
  font-family: Pixelify Sans;
  font-size: 20px;
  margin: 100px 500px 0px 500px;
  text-align: center;
  text-shadow: #9f7575 2px 2px 25px;
}
