body {
    background: url('bk.png');
    background-size: 200px;
}

.imgs {
    width: 100%;
    position:absolute;
}


.cont {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    top: 10%; left: 0%; bottom: 0; right: 0;
}

#unityContainer {
    width: 100%;
    height: 90%;
}


#ti {

    position:absolute;
    width: 32%;
}

#ti2 {
    position:absolute;
    margin-top:58px;
    width: 40%;
}

#footer{
    background: url('bk.png');
    background-size: 70px;
    margin-top:300px;
    height:40px;
    z-index: 99999;
  }


  .text {
      margin-top: 10px;
    font-size: 37px;
    color: white;


}