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: 10px;
    border-color:blue;
    margin-top: 25px;
    border-radius: 50px;  
}

#roses_wrapper {
     width: 900px;
    height:700px;
    position: relative;
}

#red_pink_roses  {
    display: block;
    background-image: url('../images/Home_page_68/red_pink_roses.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:539px;
    position: absolute;
    top: 80px;
}

#blue_roses  {
    display: block;
    background-image: url('../images/Home_page_68/blue_roses.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:530px;
    background-color: red;
    opacity: 0;
     position: absolute;
     top: 80px;
    animation: fade-in-out 5s linear infinite alternate;
}

@keyframes fade-in-out {
    100% {opacity: 1;}
}

#A_BLESSED_FATHERS_DAY_2019  {
    display: block;
    background-image: url('../images/Home_page_68/A_BLESSED_FATHERS_DAY_2019.png');
    background-repeat: no-repeat;
    width: 900px;
    height:800px;
     position: absolute;
     top: -50px;
}

#engraved_prayer  {
    display: block;
    background-image: url('../images/Home_page_68/engraved_prayer.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:548px;
    margin-bottom: 35px;
}

#scroll  {
    display: block;
    background-image: url('../images/Home_page_68/scroll.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height:950px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

#scroll_font_2019  {
    position: absolute;
    left: 210px;
    right: 210px;
    top: 135px;
    font-size: 32px;
    color: #7a4e2c;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
}

#rose_vase_wrapper  {
    width: 700px;
    height: 318px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#rose_vase_left_red  {
    display: block;
    background-image: url('../images/Home_page_68/rose_vase_left_red.svg');
    background-repeat: no-repeat;
    width: 300px;
    height:318px;
    position: absolute;
    left: 0;
}

a.rose_vase_left_blue  {
    display: block;
    background-image: url('../images/Home_page_68/rose_vase_left_blue.svg');
    background-repeat: no-repeat;
    width: 300px;
    height:318px;
    position: absolute;
    left: 0;
     opacity: 0;
    transition: opacity 3s;
}

a.rose_vase_left_blue:hover {
    opacity: 1;
}

#rose_vase_right_red  {
    display: block;
    background-image: url('../images/Home_page_68/rose_vase_right_red.svg');
    background-repeat: no-repeat;
    width: 300px;
    height:318px;
    position: absolute;
    right: 0;
}

a.rose_vase_right_blue  {
    display: block;
    background-image: url('../images/Home_page_68/rose_vase_right_blue.svg');
    background-repeat: no-repeat;
    width: 300px;
    height:318px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 3s;
}

a.rose_vase_right_blue:hover {
    opacity: 1;
}

#links_message_wrapper  {
    width: 800px;
    height: 175px;
    margin-left: auto;
    margin-right: auto;
   color: blue;
   font-size: 25px;
   font-family: 'Comic Sans MS';
   font-weight: 700;
   line-height: 150%;
   text-align: center;
}

#left_link {
    width: 320px;
    background-color: #0ff;
    border: 10px solid blue;
    border-radius: 50px;
    position: relative;
    float: left;
    padding: 15px;
}

#left_link:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 140px;
    bottom: 100%;
    border: 43px solid transparent;
    border-bottom-color: blue;   
}

#left_link:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 155px;
    bottom: 100%;
    border: 28px solid transparent;
    border-bottom-color: #0ff;   
}

#right_link {
    width: 320px;
    background-color: #0ff;
    border: 10px solid blue;
    border-radius: 50px;
    position: relative;
    float: right;
    padding: 15px;
}

#right_link:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 140px;
    bottom: 100%;
    border: 43px solid transparent;
    border-bottom-color: blue;   
}

#right_link:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 155px;
    bottom: 100%;
    border: 28px solid transparent;
    border-bottom-color: #0ff;   
}