* {
    box-sizing: border-box;
    transition: 0.5s;
scrollbar-width:thin;
scrollbar-color: #b54b7e white;
}

body {
    background-color: #b54b7e;
    margin: 0;
    padding: 0;
    background-image: url(lace3.png), url(lace3flip.png), url(clean-gray-paper.png);
    background-position: top, bottom, center;
    background-attachment: fixed, fixed, fixed;
    background-repeat: repeat-x, repeat-x, repeat;
    
}

.main {
    width: 50%;
    margin: auto;
    margin-top: 150px;
    border: 23px transparent solid;
    border-image: url(foolloversimgborder.png);
    border-image-slice: 23;
    background-color: #ffffeb;
    border-image-repeat: round;
    height: 600px;
    border-image-outset: 23px;
    box-shadow: 1px 5px 15px 25px rgba(000, 000, 000, 0.4);
    filter: sepia(100%);
    font-family: Georgia;
    overflow: hidden;

}

.displayflex {display:flex;
flex-wrap:wrap;
width:100%;
justify-content:center;
margin-top:150px;
margin-bottom:150px;
align-items:center;
font-family:Georgia, 'Times New Roman', Times, serif;
gap:50px;}

.displayfrill {border: 23px transparent solid;
    border-image: url(foolloversimgborder.png);
    border-image-slice: 23;
    background-color: #ffffeb;
    border-image-repeat: round;
border-image-outset: 23px;
width:50%;}


ul {
font-size:13pt;
font-weight:bold;
list-style-type:"❤  ";}

ul a {color:#69533d}

.fleurs img {
border: 23px transparent solid;
    border-image: url(foolloversimgborder.png);
    border-image-slice: 23;
border-image-repeat: round;
}

.fleurs img {filter:sepia(0%);}

#love::before {
    content: "*⋆✧❤ "
}

#love::after {
    content: " ❤✧⋆*"
}

h1 {
    font-family: 'Mea Culpa', 'Vivaldi', 'Georgia', cursive;
    line-height: 1;
    font-size: 45pt;
    margin: auto;
    text-align: center;
}

h2 {
    font-family: 'Mea Culpa', 'Vivaldi', 'Georgia', cursive;
    font-size: 30pt;
    margin: 0;
    text-align: center;
}

hr {
    width: 50%;
    border-top: #b54b7e 1px solid;
}

.interior {
    overflow: auto;
    border: 1px solid rgba(000, 000, 000, 0.4);
    height: 100%;
    width: 100%;
    scrollbar-width: thin;
    padding: 10px;
}

#valentine1 {
    position: absolute;
    top: 50px;
    transform: rotate(-10deg);
    box-shadow: 1px 1px 10px rgba(000, 000, 000, 0.3);
    border-radius: 5px;
    z-index: -1;
}

#valentine2 {
    position: fixed;
    bottom: -40px;
    right: -60px;
    transform: rotate(4deg);
    z-index: -2;
}

#valentine3 {
    position: fixed;
    bottom: 260px;
    right: -50px;
    z-index: -3;
    transform: rotate(-20deg)
}

#valentine4 {
    position: absolute;
    left: 70px;
    top: 170px;
    transform: rotate(5deg);
    z-index: -2;
}

#valentine5 {
    height: 450px;
    position: absolute;
    bottom: 0;
    left: -80px;
    z-index: -4;
    transform: rotate(-23deg)
}

#sequins {
    position: absolute;
    bottom: 0;
    left: 210px;
    z-index: -3
}

.credits {font-family:georgia;
background-color:#b54b7e;
position:fixed;
bottom:0;
width:50%;
padding:5px;}

@media only screen and (max-width: 850px) {
    .main, .displayfrill {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    body {
        background-size: 200px;
    }

    h1 {
        font-size: 32pt;
    }

    h2 {
        font-size: 24pt;
    }

    .main {
        font-size: 11pt;
        margin-top: 80px
    }

.displayfrill, a {font-size:11pt;}

    #valentine1,
    #valentine2,
    #valentine3,
    #valentine4,
    #valentine5,
    #sequins {
        display: none;
    }

}

a:visited {
    color: darkred;
}