body {
}

#flying_duck  {
    display: block;
    background-image: url('../images/Home_page_76/flying_duck.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 674px;
    margin-bottom: 25px;
}

#flowered_frame {
    display: block;
    background-image: url('../images/Home_page_76/flowered_frame.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 2650px;
    position: relative;
      
}

#rose_bouquet  {
    display: block;
    background-image: url('../images/Home_page_76/rose_bouquet.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 535px;
    position: relative;
}

.blue_rose_left  {
    display: block;
    background-image: url('../images/Home_page_76/blue_rose_left.png');
    background-repeat: no-repeat;
    width: 312px;
    height: 325px;
    position: absolute;
    left: 13px;
    top: 167px;
    opacity: 0;
    transition-duration:2s;
    z-index: 60;
}

.blue_rose_left:hover  {
    opacity: 1;
}

.blue_rose_right  {
    display: block;
    background-image: url('../images/Home_page_76/blue_rose_right.png');
    background-repeat: no-repeat;
    width: 295px;
    height: 323px;
    position: absolute;
    left: 597px;
    top: 77px;
    opacity: 0;
    transition-duration:2s;
    z-index: 60;
}

.blue_rose_right:hover  {
    opacity: 1;
}

#links_wrapper {
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    text-align: center;
    color: blue;
    font-weight: 700;
}

.left_link  {
    width: 300px;
    height: auto;
    position: relative;
    float: left;
    background-color: #e37f92;
    border: solid 10px blue;
    border-radius: 25px;
    padding: 15px;
}

.left_link:before  {
    content: "";
    border: 55px solid transparent;
    position: absolute;
    left: 45px;
    border-bottom-color: blue;
    bottom: 100%;
}

.left_link:after  {
    content: "";
    border: 40px solid transparent;
    position: absolute;
    left: 59px;
    border-bottom-color: #e37f92;
    bottom: 100%;
}
/*---------------------------------------*/
.right_link  {
    width: 300px;
    height: auto;
    position: relative;
    float: right;
    background-color: #e37f92;
    border: solid 10px blue;
    border-radius: 25px;
     padding: 15px;
}

.right_link:before  {
    content: "";
    border: 55px solid transparent;
    position: absolute;
    right: 45px;
    border-bottom-color: blue;
    bottom: 100%;
}

.right_link:after  {
    content: "";
    border: 40px solid transparent;
    position: absolute;
    right: 59px;
    border-bottom-color: #e37f92;
    bottom: 100%;
}
/*----------------------------------------*/

