#msg_page
{
   display: none;
}

#mask_msg
{
   position: fixed;
   height: 100%;
   width: 100%;
   top: 0px;
   left: 0px;
   background: #000;
   opacity: 0.75;
   display: none;
   z-index: 100000;
}

#messager
{
   position: fixed;
   height: 100%;
   width: 100%;
   top: 0px;
   left: 0px;
   z-index: 100001;
   display: none;
   min-width: 320px;
   cursor: pointer;
}

#messager_flex
{
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0px;
   left: 0px;
   display: flex;
}

#messager_flex div
{
   margin: auto;
   text-align: center;
   font-size: 70px;
   color: #fff;
   text-shadow: 0 0 5vw #fff;
   font-family: "Montserrat", sans-serif;
}

#messager b
{
   color: #0ac900;
   text-shadow: 0 0 5vw #0ac900;
   font-weight: normal;
}

#messager i
{
   color: #f33;
   text-shadow: 0 0 5vw #f33;
   font-style: normal;
}

@media all and (max-width: 1000px)
{
   #messager_flex div
   {
      font-size: calc(4.41vw + 25.88px);
   }
}

@media all and (max-width: 320px)
{
   #messager_flex div
   {
      font-size: 40px;
   }
}