body {
  font-family: "normal",Italic;
  background-color: #b2a4ff;
 
 
}
.coolbox
{
  background-image: radial-gradient(blue, violet);
  background-color: #AA1EFD;
    
box-shadow: 100px 10px 100px white;
}
li {
  list-style: none;

  margin-bottom: 1em;
}
#header {
  text-align: center;
  text-shadow: 5px 10px 1px white;
}
#header h1 {
  text-decoration: no underline;
}
#header img {
  width: 100%;
  max-width: 350px;
}
  #links {
    text-align: center;
}
#rectangle
       {
       width: 50px;
       height: 100px;
       background: voilet;
       }
a{color:#FFFFFF}
.boundingBox {
  background-color: #aaaa39;
  padding: 1em;
  margin: 2em;
  border-radius: 1em;
}