body,h1,h2{font-family: "Raleway", sans-serif}
body, html {height: 100%}
p {line-height: 2}
.bgimg, .bgimg2, .bgimg3, .bgimg4, .bgimg5 {
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.bgimg {background-image: url("/w3images/mariage_couple1.jpg")}
.bgimg2 {background-image: url("/w3images/mariage_fleurs2.jpg")}
.bgimg3 {background-image: url("/w3images/mariage_location.jpg")}
.bgimg4 {background-image: url("/w3images/mariage_danse.jpg")}
.bgimg5 {background-image: url("/w3images/mariage_photo.jpg")}

.text-line {
  text-decoration: line-through;
}
video {
        width: 80%;
        max-width: 700px;
        border-radius: 15px;
        border: 4px solid #cbb79a;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
button {
        background-color: #cbb79a;
        color: white;
        border: none;
        padding: 12px 25px;
        font-size: 1em;
        border-radius: 25px;
        cursor: pointer;
        margin-top: 15px;
}
button:hover {
        background-color: #bda888;
}
