body, html{
            margin:0px;
            width:100%;
            
        }
        
        body{
            min-height:100vh;
            display:block;
        }
        
        .date{width:100%;display:block;color:#fcb056;border: 1px solid #fcb056;-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
           margin:15px 0px;
       }
        
 a #tickets, a #instagram ,  a #facebook{
            color:white;
            font-weight:bold;
            
        }
        
        #tickets{
            
        }
        
        a.block{
            display:block;
            width:100%;
            text-decoration:none !important;
            
     
        }
        
        a #tickets{
            background:#fcb056;
            width:100%;
            transition:all .6s;
            padding:13px 0px;
            margin-bottom:20px;
        }
        
        a #tickets:hover{
        background:#e89842;
        }
        
        #facebook, #instagram{
            
            text-align:center;
            padding:15px 0px;
            margin-bottom:20px;
            -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
        }
        
        #facebook{
            background:blue;
        }
        
        #instagram{
            background:pink;
        }
        
        @media (max-width:550px){
     .hidden-desktop{
        display:block !important;
     }
     .hidden-mobile{
        display:none !important;
     } 
     
 }
 
  @media (min-width:550px){
     .hidden-desktop{
        display:none !important;
     }
     .hidden-mobile{
        display:block !important;
     } 
     
 }