body {
    background-image: url(images/bkg.jpg);
    text-align: center;
    margin-top: 50px;
}
h1 {
    color: white;
    text-align: center;
}
p {
  color: azure;
  width: fit-content;   
  margin: 0 auto;       
}

a:link, a:visited {
    color:dodgerblue;
    text-align: center;
}