        #head         {
                        position: absolute;
                        text-align: center; 
                        left: 0;
                        width: 100%; 
                        top: 25px;
                        color: #e3e3e3; 
                        font-family: 'Slabo 27px', serif;
                        font-size: 24px;
                        text-shadow: 3px 3px 12px black;
                        z-index: 20;           
                      } 

        #info        {
                        position: absolute;
                        left: 30%;
                        width: 40%;
                        bottom:  2%;
                        color: #ffffff; 
                        font-family: 'Slabo 27px', serif;
                        font-size: 15px;
                        z-index: 30; 
                        background-color: #000000; 
                        padding: 15px; 
                        text-align: center; 
                        opacity: 0.7;
                        
    
            
                      }         

      span.highlight {
                        color: #e3e3e3; 
                        background-color: #3526c0;
                        font-size: 22px;

                      }     

         #navi        {
                        position: absolute;
                        top: 40%;
                        left: 15px;
                        width: 30px;
                        z-index: 10 
                      } 


         #myContainer { 
                        width: 100%; 
                        height: 100%;
                        z-index: 5 
                      } 

  @media(max-width: 750px)

  {
          #head        {
                        position: absolute;
                        text-align: left; 
                        left: 20px;
                        width: 100%;
                        top: 158px;   
                        display: none                     
                       }
        
          #navi        {
                        position: absolute;
                        top: 50%;
                      } 
          #info       {
                        display: none
                      }            
          #divblock   {
                        display: none
                      }  

   }