body{
position: sticky;
width: 100%;
background-color: lightblue;
font-family: "cd-logo";
overflow: hidden;
}
h1{
color: black;
font-size: 35px;
margin-top: 0;
margin-bottom: 0;
}
p1{
  position: fixed;
width: 100%;
  text-align: center;
color: black;
font-size: 25px;
}
i{
    font-size: 15px;
    color: black;
    text-decoration: underline;
 }
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}