@font-face { font-family: adlib; src: url('adlib.TTF'); }
body {
  font-family: Comic Sans MS;
  background-color: rgb(206, 245, 255);
  background-image: url("img/ps-neutral.png");
}
table {
    padding: 20px;
    background-color: rgb(8, 90, 243);
    box-shadow: inset 0px 0px 20px purple;

    border-radius: 2.5rem;
}
#header {
    text-align: center;
}
#header h1 { 
font-size: 4rem;
font-family: adlib;
color: white;
text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;

}
#nav {
    padding:10px;
    width: 20%;
    font-variant: small-caps;
}
#nav a {
    display:block;
    color:yellow;
    font-weight: bold;
    font-size: 1.5em;
    padding:0.9rem;
    border-radius: 1.3rem;
    margin-bottom: 1rem;
    text-align: center;
    background-color: greenyellow;
    text-decoration: none;
    box-shadow: -3px -3px 4px inset black, 3px 2px 4px inset white;
    text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;    position: relative;
    top:-80px;
}
#nav a:hover {
  background-color: aqua;
  color:white;
}
#footer {
    text-align: center;
}
.clearfix {
    overflow: auto;
  }
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
td p {
    padding: 10px;
}
  table, th, td {
    border: none;
  }

  h1 {
    text-align: center;
    font-family: adlib;
    color:rgb(107, 0, 107);
    text-shadow: 2px 4px white;
  }

  p { 
    text-indent: 10px;
  }
