

/*html, body {
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}*/

.background-image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url('../images/bakelogo1.png') no-repeat center center / cover;
}

/* Not needed styles */

h1 {
    margin: 0;
    padding: 0;
    pointer-events: none;
    white-space: nowrap;
    /*font-family: 'Lobster Two', cursive;
    font-style: italic;*/
    font-family: Microsoft Yahei;
    z-index: 9;
    font-size: 40px;
    color: black;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}