@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
body {
    font-family:"Roboto Slab", serif;
    background-image: url("images/mur.jpg");
    color: #285364;
    text-shadow: 2px 2px rgb(15, 57, 99)
  }
  p {
    font-size: 35px;
  }
  h1{
    color: #2a5667;
    font-size: 35px;
    text-shadow: 2px 2px rgb(28, 55, 84)
  }
  a{
    color:#339095;
    font-size: 25px;
    text-shadow: 2px 2px rgb(113, 155, 200)
  }
 .recommencer {
  color: #1755c7;
  text-shadow: 2px 2px rgb(131, 155, 228)
}
 .pyjama {
  background-image: url("images/pyjama.jpg");
  background-size: cover;
}
body {
  text-align: center;
}
p {
  margin: 10px;
  padding: 10px;
}
ul{
  list-style-type: none;
  padding: 0px;
}
p {
  border: 2px solid #2a5667;
}

