#video_pop {
    z-index: 9999; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    display: none;
    cursor: pointer;
}

#the_Video {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.TextWrapLeft{
          float:left;
          margin: 10px;
}

/* Set font and font size for all text elements */
body {
  font-family: Arial, sans-serif; /* Use Arial or a sans-serif font if Arial is not available */
  font-size: 14px; /* Set font size to 16 pixels */
}

