@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  height: 100%;
  margin: 0;
  padding:0;
}

.bgimg {
  background: url(bilder/tlf.jpg);
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color:#fff;
  font-family: 'Roboto';
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle h1 {
  font-size: 40px;
  letter-spacing: 30px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

#demo {
  font-weight: lighter;
  word-spacing: 20px;
  text-align: center;
}

.middle hr {
  margin: auto;
  width: 100%;
  text-align: center;
  border: 1.5px solid #fff;
}