*{
  font-family: "Raleway", sans-serif;

}

body {
  margin: 0;
  padding: 0;
  background-position: top center;
  background-image: url('https://lestoilettesdeoscouetfafa.fr/background.png');
  background-attachment:scroll;
  background-size: 100vw auto;
}

h1{
  font-size: 60px;
  color:#464555
}

h3{
  font-weight: normal;
  color:#464555
}

.wrapper {
  height: 100vh; /* for shorter content*/
  flex-direction: column;
  text-align: center;
}


/* Style the top navigation bar */
header {
  flex-basis: 50px;
  display: flex;
  justify-content: right;
}

/* Style the content */
main {
  flex:1;
  justify-content: center;
  margin: 10px;
}

.photo_div{
  border: 2px solid #9D79BC;
  background: 
    linear-gradient(
      rgba(183, 169, 194, 0.7),
      rgba(183, 169, 194, 0.7)
    );
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
  border-radius: 25px;
}

.photo{
  max-width: 500px; 
  width: 100%; 
  height: auto;
}


/* Style the footer */
footer{
  color: #464555;
  flex-basis: 50px;
  align-items: center;
  margin-top: auto; 
  justify-content: center;
}

@media (max-width: 400px) {
  .wrapper {
    flex: 100%;
  }
}

p{
  color:#464555;
  margin-left: 2%;
  margin-right: 2%;
}
a{
  font-weight:100;
}

