body {
  background-image: url('../images/gallery/Aya.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
/*.Aya img{
    width: 1200px;
    margin-left: 150px;
    margin-top: 20px;
    border-radius: 200px;
    box-shadow: white 10px 3px;
    
}
*/
h1{
  text-align: center;
  margin-top: 640px;
  font-size: 40px;
  font-family: cursive;
  text-shadow: yellow 3px 3px;
}
a:hover{
  color: palevioletred;
}
h1 a{
  color: antiquewhite;
  text-decoration: none;
}