body {
}

#A_BLESSED_2021_PICTURE {
    display: block;
    background-image: url('../images/Home_page_79/A_BLESSED_2021_PICTURE.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 600px;
    margin-bottom: 50px;
}

#newyear_link_wrapper  {
    width: 800px;
    height: 325px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#newyear_left_wrapper  {
    display: block;
    background-image: url('../images/Home_page_79/links_container.jpg');
    background-repeat: no-repeat;
    width: 350px;
    height: 325px;
    position:absolute;
    left: 0;
     background-color: #4cff00;
}

#newyear_right_wrapper  {
    display: block;
    background-image: url('../images/Home_page_79/links_container.jpg');
    width: 350px;
    height: 325px;
    position:absolute;
    right: 0;
    background-color: #4cff00;
}

#flowers {
    display: block;
    background-image: url('../images/Home_page_79/flowers.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right:auto;
}

a.spin {
    display: block;
    width: 350px;
    height: 325px;
    text-decoration: none;
    color: #000066;
     transition: all 2s ease-in-out; 
    z-index: 150;
}

a.spin:hover {
  transform: rotate(360deg); 
}

#links_message_wrapper  {
    width: 712px;
    height: 350px;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#message_left  {
    width: 250px;
    height: 330px;
    background-color: #0ff;
    position: relative;
   float: left;
   border: 10px solid blue;
   border-radius: 50px;
}

#message_left:before {
    content: "";
    border: 50px solid transparent;
    border-bottom-color: blue;
    position: absolute;
    bottom: 100%;
    left: 75px;
}

#message_left:after {
    content: "";
    border: 32px solid transparent;
    border-bottom-color: #0ff;
    position: absolute;
    bottom: 100%;
    left: 93px;
}

/*----------------------------*/

#message_right  {
    width: 250px;
    height: 330px;
    background-color: #0ff;
    position: relative;
   float: right;
   border: 10px solid blue;
   border-radius: 50px;
}

#message_right:before {
    content: "";
    border: 50px solid transparent;
    border-bottom-color: blue;
    position: absolute;
    bottom: 100%;
    right: 75px;
}

#message_right:after {
    content: "";
    border: 32px solid transparent;
    border-bottom-color: #0ff;
    position: absolute;
    bottom: 100%;
    right: 93px;
}

.font_for_2021  {
    color: blue;
    font-size: 34px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
}

#flower_border {
    display: block;
    background-image: url('../images/Home_page_79/flower_border.jpg');
    background-repeat: no-repeat;
    width: 600px;
    height: 228px;
    margin-left: auto;
    margin-right:auto;
}
