body {
}

#browser_page {
    font-family: Comic Sans Ms;
    font-size: 30px;
    text-align: center;
    line-height: 150%;
    color: blue;
    padding: 15px;
    border-style: solid;
    border-width: 5px;
    border-color:blue;
    margin-top: 25px;
    margin-bottom: 35px;
    border-radius: 50px;  
}

.blue_sky_white_clouds_container {
    width: 900px;
    height: 596px;
    overflow: hidden;
    position: relative;
}

.oui--1 {
    font-size: 300px;
    color: white;
    font-weight: 700;
    position: absolute;
    bottom:115px;
    left: 0;
    right: 0;
    text-align: center;
    animation: animate-oui 5s ease-in-out infinite alternate;
}

.oui--2 {
    font-size: 300px;
    color: blue;
    font-weight: 700;
    position: absolute;
    bottom:110px;
    left: 15px;
    right: 0;
    text-align: center;
    animation: animate-oui 5s ease-in-out infinite alternate;
}

.oui--3 {
    font-size: 300px;
    color: purple;
    font-weight: 700;
    position: absolute;
    bottom: 110px;
    left: 15px;
    right: 0;
    text-align: center;
    opacity: 0;
    animation: animate-oui-3 5s ease-in-out infinite alternate;
}

@keyframes animate-oui-3 {
    100% {
    opacity: 1;
    transform: scaleY(2.5);
}
}

@keyframes animate-oui {
    100% {
    transform: scaleY(2.5);
}
}

.blue_sky_white_clouds  {
    display: block;
    background-image: url('../images/Home_page_69/blue_sky_white_clouds.jpg');
    background-repeat: repeat-x;
    width: 200%;
    height: 596px;
    position: absolute;
    animation: move_sky 60s linear infinite;
}

@keyframes move_sky{
    100% {
    transform: translateX(-900px);)
        
}
}

.single-cloud {
    display: block;
    background-image: url('../images/Home_page_69/single-cloud.svg');
    background-repeat: repeat-x;
    width: 500px;
    height: 275px;
    position: absolute;
    left:950px;
    top: 150px;
    animation: single-cloud 30s linear infinite;
}

@keyframes single-cloud {
    100% {
        transform: translateX(-1450px);
    }
    }


.single-cloud--1 {
    display: block;
    background-image: url('../images/Home_page_69/single-cloud.svg');
    background-repeat: repeat-x;
    width: 500px;
    height: 275px;
    position: absolute;
    left:950px;
    top: 0px;
    transform: scaleX(.8) scaleY(1.1);
    animation: single-cloud 30s linear 10s infinite;
}

.single-cloud--2 {
    display: block;
    background-image: url('../images/Home_page_69/single-cloud.svg');
    background-repeat: repeat-x;
    width: 500px;
    height: 275px;
    position: absolute;
    left:950px;
    top: 350px;
    transform: scaleY(.3);
    animation: single-cloud 30s linear 18s infinite;
}

#frame_with_roses  {
    display: block;
    background-image: url('../images/Home_page_69/frame_with_roses.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:1500px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
   
}

#frame_with_roses_font  {
    font-size: 38px;
    line-height: 157%;
    text-align: center;
    position: relative;
    margin-left: 200px;
    margin-right: 200px;
    top: 125px;
    font-weight: 700;
}

.new_margin_rule  {
    margin-left: 150px;
}

#container_for_oval-frame_with_rose  {
    width: 700px;
    height: 480px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.oui-links-font  {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    color: blue;
    position: absolute;
    top: 100px;
    left: 50px;
    right: 50px;
    z-index: 10;
}

.flip-effect-container  {
    width: 275px;
    height: 480px;
    position: relative;
    float: left;
    text-decoration: none;
}

.flip-effect-container > .oval-frame_with_rose--left {
    display: block;
    background-image: url('../images/Home_page_69/oval-frame_with_rose--2.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    transform: perspective(600px) rotateY(0deg);
    width: 275px;
    height: 469px;
    backface-visibility: hidden;
    transition: transform 2s linear;
}

.flip-effect-container:hover > .oval-frame_with_rose--left {
    transform: perspective(600px) rotateY(180deg);
}

.flip-effect-container > .back-oval-frame--left {
    display: block;
    background-image: url('../images/Home_page_69/oval-frame_with_rose--2.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    transform: perspective(600px) rotateY(-180deg);
    width: 275px;
    height: 469px;
    backface-visibility: hidden;
    transition: transform 2s linear;
}

.flip-effect-container:hover > .back-oval-frame--left {
     transform: perspective(600px) rotateY(0deg);
}

.flip-effect-container > .oval-frame_with_rose--right {
    display: block;
    background-image: url('../images/Home_page_69/oval-frame_with_rose--2.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    transform: perspective(600px) rotateY(0deg);
    width: 275px;
    height: 469px;
    backface-visibility: hidden;
    transition: transform 2s linear;
}

.flip-effect-container:hover > .oval-frame_with_rose--right {
    transform: perspective(600px) rotateY(-180deg);
}

.flip-effect-container > .back-oval-frame--right {
    display: block;
    background-image: url('../images/Home_page_69/oval-frame_with_rose--2.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    transform: perspective(600px) rotateY(180deg);
    width: 275px;
    height: 469px;
    backface-visibility: hidden;
    transition: transform 2s linear;
}

.flip-effect-container:hover > .back-oval-frame--right {
     transform: perspective(600px) rotateY(0deg);
}

.base {
    display: block;
    background-image: url('../images/Home_page_69/base.png');
    background-repeat: no-repeat;
    position: relative;
    top: 450px;
   margin-left: auto;
   margin-right: auto;
    width: 167px;
    height: 31px;
}

#white_Sister_Collins  {
    display: block;
    background-image: url('../images/Home_page_69/white_Sister_Collins.png');
    width: 638px;
    height: 90px;
    position: absolute;
    bottom: 125px;
    left: 128px;
}





