body {
  background: black;
  color: white;
  font-family: serif;
}
p {
font-size: 24px;
}
ul {
  font-size: 30px;
}
h3 {
  font-weight: 5;
}
h1 {
  text-align: center;
  font-size: 50px;
}
.MiddleNav{
  text-align: center;
}
h2 {
  font-size: 50px;
  text-align: center;
}
.RightPhoto {
  float: right;
  border-color: white;
  border-style: solid;
  border-radius: 75px;
  height: 250px;
}
.ImgLeftFloat {
  float: left;
  border-color: white;
  border-style: solid;
  border-radius: 75px;
  height: 250px;
}
.FNAFlogo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 50%;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px
}
a {
  font-size: 17px;
  color: aqua;
}
.MiddleText {
  text-align:center;
}
.Bigtext {
  font-size: 70px;
}
