body {
    box-sizing: border-box;
}

#A_Blessed_Christmas_2022    {
    display: block;
    background-image: url('../images/Home_page_89/A_Blessed_Christmas_2022.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 635px;
}

#Christmas_border_2022 {
    display: block;
    background-image: url('../images/Home_page_89/Christmas_border_2022.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 1276px;
    margin: 25px 0 25px 0;
}

.Christmas_font_2022  {
    text-align: center;
     font-family: 'Comic Sans MS';
     color: #ff3300;
     font-weight: 700;
}

#pointsettia_wrapper  {
    width: 700px;
    height: 271px;
    position: relative;
    margin: 0 auto 45px auto;
}

.pointsettia-left {
    display: block;
    background-image: url('../images/Home_page_89/pointsettia-left.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 271px;
    position: absolute;
    left: 0;
}

.pointsettia-left, .pointsettia-right {
    transition: transform 2s;
        z-index: 90;
       
}

.pointsettia-left:hover, .pointsettia-right:hover {
    transform: scale(200%);
}

.pointsettia-right {
    display: block;
    background-image: url('../images/Home_page_89/pointsettia-right.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 271px;
    position: absolute;
    right: 0;
}

#pointsettia_message_wrapper  {
    width: 800px;
    height: 250px;
    margin: 0 auto 25px auto;
}

/*------------------------------*/
.pointsettia_message_left, .pointsettia_message_right  {
    width: 350px;
    height: 200px;
    position: relative;
    background-color: #00ff33;
    border: 10px solid #ff3300;
    border-radius: 25px;
     padding: 15px 10px 15px 10px;
     text-align: center;
     font-family: 'Comic Sans MS';
     color: #ff3300;
     font-size: 35px;
     font-weight: 700;
}
/*---------------------------*/
.pointsettia_message_left {
     float: left;
} 

.pointsettia_message_right {
     float: right;
}
/*---------------------------*/
.pointsettia_message_left:before, .pointsettia_message_left:after, .pointsettia_message_right:before, .pointsettia_message_right:after  {
      content: "";
    width: 0;
    height: 0;
    position: absolute;
  bottom: 100%;  
}
/*---------------------------*/

.pointsettia_message_left:before, .pointsettia_message_right:before  {
    border: 50px solid transparent;
    border-bottom-color: #ff0033; 
}

.pointsettia_message_left:before {
      margin-left:-25px;
   left: 50%;
}

.pointsettia_message_right:before {
      margin-right:-25px;
   right: 50%;
}

/*---------------------------*/

.pointsettia_message_left:after, .pointsettia_message_right:after  {
    border: 32px solid transparent;
    border-bottom-color: #00ff33 
}

.pointsettia_message_left:after {
      margin-left:-8px;
   left: 50%;
}

.pointsettia_message_right:after {
      margin-right:-8px;
   right: 50%;
}

/*---------------------------*/

#scripture_box {
    width: 780px;
    height: 250px;
     background-color: #00ff33;
    border: 10px solid #ff3300;
    border-radius: 25px;
    margin: 0 auto 25px auto;
}