body {
  font-family: "normal",Italic;
  background-color: #bb64bc;
}
li {
  margin-bottom: 1em;
}
#header {
  text-align: center;
}
#header h1 {
  text-decoration: underline;
  color: black;
  text-align: center;
  font-size: 3.5em;
    Text-shadow: .08em .08em .02em;
  position: sticky;
  top: 0;
 Float: center;
 
}
#header img {
  border: black;
  border-radius: 2em;
  
  width: 100%;
  max-width: 500px;
}
  #links {
    text-align: center;
}
#box {
  text-align: center;
  background-color: #134b8c;
  max-width: 60em;
  margin: 10em;
  padding: 1em;
  border: black;
  box-shadow: 1em 1em .1em black;
  text-shadow: .08em .08em .02em;
 position: sticky;
  top: 0;
 #header  {
   color: violet;
  }
  #links {
    list-style: none
  }
  .link {
    color: 3e497a;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
  }
  .link: visited {
    color: b2a4ff;
  }
  .link: hover {
    color: blue;
    text-shadow: .20em .20em blue;
  }
  .link: active {
    color: black;
  }
    
  
  
  
  
