@font-face {
  font-family: 'Tektur';
  src: url('Font.ttf') format('truetype');
}

body {
  background-image: url("Tile.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 12px;
  font-family: 'Tektur', sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 40px 20px;
}

h1 {
  color: #ff0000;
  font-size: 75px;
  margin-bottom: 25px;
}

h2 {
  color: #00ff00;
  font-size: 45px;
}

h3 {
  color: #ffff00;
  font-size: 35px;
}

p {
  color: #e1e1e1;
  font-size: 20px;
  line-height: 1.6;
}

ul {
  color: #c8c8c8;
  font-size: 18px;
  list-style-position: inside;
  padding: 0;
}

a:link {
  color: #00d2ff;
  text-decoration: none;
  font-size: 20px;
  line-height: 2;
}

a:visited {
  color: #9B00FF;
}

footer {
  margin-top: 300px;
}