body {
  background-color:#FFF4E5;
  background-image:url("WebsiteBackground.png");
  color:#89704D;
  font-family:Verdana;
  display: flex;
  justify-content: center;
  align-items: center;
}