body, p
{
    background-color: white;
    max-width: 800px;
    display: block;
    margin: auto;
}



/* To visually hide the link */
.visually-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* To make skip links visible on focus */
.visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: absolute;
  width: auto;
  /* Adjust the remaining properties to match design */
  outline: none;
  background-color: black;
  font-size: 1.5rem;
  font-weight: bold;
  /*color: #5B8900;*/
  color: gold;
  padding: 10px;
  top: 10px;
  left: 10px;
}


h1
{
    font-size: large;
}

iframe
{
    border: none;
}

footer
{
    max-width: 400px;
    display: block;
    margin: auto;
    margin-top: 15%;
    font-size: medium;
    font-style: italic;
}








