body {
  background-image: linear-gradient(navy, black);
}
p {
  color: white;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 36px
}
h3{
  text-decoration: underline;
    color: white;
text-align: center;
}
h2{
  color: white;
font-size: 30px
}
h4{
  color: white;
}
h5{
    display:inline;  
}
i{
  color: white;
}
img {
  padding: inherit;
  margin:auto; 
  display: block;
}
a:link{
  color: white;
}
a {text-decoration: none; }
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
h5{
  font-size: 25px
}
a:hover{
  color: #cad0d5;
}