body{
    background-image:url(fond-etoile.jpg);
    background-size: cover;
   /* background-size: contain;*/
}
/*figure{
    max-width: 10%;
    height: auto;
}*/
.image{
   /* margin-top: 10rem;*/
    display: flex;
    justify-content: center;
}
p a{
    color:antiquewhite;
    font-size: 30px;
    font-family:"Basteleur-Moonlight" ;
    /*text-align: center;
    margin-top: 5rem;*/
    display : block;
    position :absolute;
  	left: 30%;
	/*transform: translateX(-30%);*/
    top: 70%;
    /*transform: translateY(-70%);*/
    background-color: rgb(1, 4, 41);
    text-decoration:none;
}
@font-face {
    font-family: "Basteleur-Moonlight";
    src: url(basteleur-master/fonts/webfonts/Basteleur-Moonlight.woff2) format(woff2);
}