@font-face {
    font-family: Pixelify;
    src: url(FONTS/PixelifySans-Regular.ttf) format(truetype);
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
h1 {
    color:#BA0F56;
}
p {
    font-family: "Pixelify"; color: #BA92E8;
}
h1 {
    font-family: "Pixelify";
}
body {
    background-color: #291E3B;
}
footer {
    color: #BA92E8; font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}