body {
  background-color: #0a0307;
  color: white;
  text-shadow: 2px 2px 0 #1d0e21;
  font-family: Arial;
  padding: 0;
  margin: 0;
  text-align: center;
}
iframe{
 height:100% ;
 padding: 0;
  margin: 0;
  border: none;
}
#page{
  width:100%;
  display:flex;
  flex-direction: column;
  height:100vh;
}
#ul{
  letter-spacing: 1px;
  display: flex;
  gap: 5px;
  list-style: none;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 15px;
  background-color: #842eb3;
  font-size: 2rem;
  padding-bottom: 10px;
  padding-top: 10px;
}
#header{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: #1d0e21;
  text-align: center;
  font-size: 2rem;
  line-height: 15px;
}
#links{
 display: flex;
 flex-direction: column;
}
footer{
  width:100%;
 margin-top: 512px;
 text-align: center;
}

#header h1{
  letter-spacing: 32px;
  color: #842eb3;
}

a {
  color: purple;
  text-decoration: none;
}

a:visited {
  color: indigo;
}

a:focus,
a:hover {
  color: green;
}

a:active {
  color: white;
}
