
@font-face {
 font-family: "LanaPixel";
 src: url("https://retroratden.neocities.org/font/LanaPixel.ttf") format("truetype");
}

body {
  background-color: black;
  background: black;
  background-repeat: repeat;
  background-position: top;
  font-size: 24px;
}

h1 {
  color: white;
   font-family: "LanaPixel";
}

h2 {
  color: white;
   font-family: "LanaPixel";
}

h3 {
  color: white;
   font-family: "LanaPixel";
}

p {
  color: #FFFFF8;
   font-family: "LanaPixel";
    font-size: 20px ;
    margin: -4px;
}

a {
  color: white;
   font-family: "LanaPixel";
}

ul {
  color: white;
   font-family: "LanaPixel";
}

br {
  margin: 160px;
  padding: 120px;
}



.mail {
  
  Border: solid 4px;
  background-color: black;
  margin: auto;
  width: 50%;
  padding: 15px;
  
}