html {
  background: url(https://mlbb.site/img/hanabi.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
  color:#fff;
}

html,body {
  height:100%;
}

a:link, a:visited, a:hover
color{ #fff;
}

.bottom {width:100px;
    background-color:#000;
    position:absolute;
    bottom:0px;
}

.bottom, .bottom a
{
    font-size:8px;
    color:#ffffff;
}
.text
{
    font-family: 'Play', sans-serif;
    color:#ffffff;
    font-size:20px;
}
#container {position: fixed;
  top: 20%;
  left:0px;
  transform: translate(10px, -20%);
  -webkit-transform: translate(10px, -20%);
  -moz-transform: translate(10ox, -20%);
  -o-transform: translate(10px, -20%);
  -ms-transform: translate(10px, -20%);}
