body, html {
    height: 100%;
    margin: 0;
    
  }
  
.bgimg {
    background-image: url('/images/backgroundGrass.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Trirong", Courier, monospace;
    font-size: 25px;
  }  
      
  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  hr {
    margin: auto;
    width: 40%;
  }
@media only screen and (max-width: 600px) {
  .image{
  	margin-top:60%;
  } 
  .time{
  	margin-bottom:15%;
  }
  .heading1{
  	padding-top:-10px;
  }
}