@font-face {
  font-family: 'pe';
  src: url('PixelatedElegance.ttf') format('truetype'),
}
body {
    background-color: blue;
    background-image: url('bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    color: black;
    font-family: pe;
    text-align: center;
    border: 2px dotted black
}
hr {
  border: none;
  height: 1px;
  background-color: black;
}

a:link {
  color: #2600ff;
}

a:visited {
  color: #2600ff;
}

a:hover {
  color: #00c3ff;
}

a:active {
  color: #85e2ff;
}

table, th, td {
  border: 2px dotted black;
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
