﻿.header {
  position: relative;
  text-align: center;
  color: white;
  margin-bottom:30px !important;
}


.HeadTxtRight {
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-5%, -50%);
  font-size:4.5vw; 
  color:white; 
  font-family:Calibri, sans-serif; 
  font-weight:bold;
   text-shadow: 2px 2px rgb(0, 0, 0);
}
