body {
}

#browser_page  {
    font-family: Comic Sans Ms;
    font-size: 30px;
    text-align:center;
    line-height: 150%;
    color: #0094ff;
    padding: 15px;
    border-style: solid;
    border-width: 10px;
    border-color: #0094ff;
    margin-top: 25px;
    margin-bottom: 35px;  
}

#clouds  {
    display: block;
    background-image: url('../images/Home_page_53/clouds.svg');
    background-repeat: no-repeat;
    width: 900px;
    height: 602px;
    position: relative;
    top: 25px;
}

#Precious_memories  {
    display: block;
    background-image: url('../images/Home_page_53/Precious_memories.svg');
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
}

#clouds--1  {
    display: block;
    background-image: url('../images/Home_page_53/clouds--2.svg');
    background-repeat: repeat-x;
    width: 3000px;
    height: 602px;
    position: relative;
    left: 900px;
    z-index: 10;
    
    animation: animated-clouds 55s linear infinite;
}

@keyframes animated-clouds {
    from {left: 0;}
    to {left:  -1596px;}
}

#background_for_links_for_precious_memories  {
    display: block;
    background-image: url('../images/Home_page_53/background_for_links_for_precious_memories.svg');
    background-repeat: no-repeat;
    width: 900px;
    height: 602px;
     position: absolute;
     z-index: 50;
}

#clouds_wrapper  {
    width: 900px;
    height: 602px;
    overflow: hidden;
    position: relative;
}

a.left_frame, a.left_frame:visited  {
    display: block;
    background-image: url('../images/Home_page_53/left_frame.svg');
	width:378px;
	height:513px;
    position: absolute;
    top: 45px;
    left: 20px;
    z-index: 110;
    text-decoration: none;
    text-shadow: 2px 2px #fff;
     color: #0026ff;
}



a.left_frame:hover, a.left_frame:active  {
	 text-shadow: 4px 4px #0026ff;
     color: #fff;
}

a.right_frame, a.right_frame:visited  {
    display: block;
    background-image: url('../images/Home_page_53/right_frame.svg');
	width:378px;
	height:513px;
    position: absolute;
    top: 45px;
    left: 502px;
    z-index: 110;
     text-decoration: none;
    text-shadow: 2px 2px #fff;
     color: #0026ff;
}



a.right_frame:hover, a.right_frame:active  {
	text-shadow: 4px 4px #0026ff;
     color: #fff;
}


.precious_memories_font  {
    position: absolute;
    
    width: 200px;
    font-size: 38px;
    line-height: 150%;
   background-color: transparent;
    text-align: center;
}

.left_side {
    top: 160px;
     left: 75px;
}

.right_side {
    top: 125px;
     right: 75px;
}

#article_font  {
    font-size: 32px;
    line-height: 150%;
    margin: 25px;
    text-align: justify;
    color: #0026ff;
}

#article_font > p {
    margin-top: 30px;
}

.clouds_box_left {
    width: 200px;
    height:515px;
    background-color: #0026ff;
    float: left;
    margin-right: 25px;
     margin-top: 25px;
}

.clouds_box_right {
    width: 200px;
    height:515px;
    background-color: #0026ff;
    float: right;
    margin-left: 25px;
    margin-top: 25px;
}

.clouds_box_border {
    width: 150px;
    height:465px;
     border-style: solid;
     border-width: 10px;
     border-color: #fff;
     margin: 15px;
     overflow: hidden;
     
}

.border_clouds  {
    display: block;
    background-image: url('../images/Home_page_53/border_clouds.jpg');
    background-repeat: repeat-x;
    width: 1390px;
    height: 465px;
    position: relative;
    left: 150px;
    z-index: 10;
    
    animation: animated-border_clouds 45s linear infinite;
}

@keyframes animated-border_clouds {
    from {left: 0;}
    to {left:  -695px;}
}

.title_font  {
    text-align:center;
    font-weight: 800;
    text-decoration: underline
}

.Scripture_font  {
    color: #f00;
}

.design_for_precious_memories {
    display: block;
    background-image: url('../images/Home_page_53/design_for_precious_memories.gif');
    background-repeat: no-repeat;
    width: 695px;
    height: 189px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -75px;
}

#blue_signature {
    display: block;
    background-image: url('../images/Home_page_52/blue_signature.svg');
    background-repeat: no-repeat;
    width: 419px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}




