@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.lovers-quarrel-regular {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 400;
    font-style: normal;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}

.container2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}


.mariage-photo {
    text-align: center;
}

.mariage-photo img {
    border-radius: 50%;
}

@media only screen and (max-width: 1000px) {

    .container div {
        width: 100%;
        margin: 5px;
        padding: 5px;
    }

    .container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mariage-lettre {
        width: 96%;
        padding: 10px;
    }

    .mariage-info {
        display: flex;
        width: 92%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mariage-photo {
        width: 96%;
        order: -1;
    }
}

@media only screen and (min-width: 1000px) {

    .container div {
        width: 80%;
        margin: 5px;
        padding: 5px;
        justify-content: space-between;
    }

    .container2 {
        width: 96%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mariage-info {
        display: flex;
        width: 80%;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

ul, ol, table {
    font-size: 1.8rem;
}

p {
    font-size: 1.8rem;
}

h1 {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
    text-align: center;
}

h2 {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 5.4rem;
    text-align: center;
}

h3 {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8rem;
    text-align: center;
}


.container p {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    text-align: left;
    margin: 10px;
    padding: 10px;
}

a:link {
    color: #690c6c;
    text-decoration: underline;
}

a:active {
    color: #ac1bb1;
    text-decoration: underline;
}

a:visited {
    color: #106110;
    text-decoration: underline;
}

a:hover {
    color: #ac1bb1;
    text-decoration: none;
}