body {
  font-family: "normal",Italic;
  background-color: #b2a4ff;
  background:link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nabla&family=Roboto:wght@300&display=swap" rel="stylesheet">
}
.coolbox
{
  background-image: radial-gradient(blue, violet);
  background-color: #3e497a;
    
box-shadow: 100px 10px 100px red;
}
li {
  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: 500px;
}
  #links {
    text-align: center;
}

