html {
  background: url(sitebg.jpg) no-repeat center center fixed;
  height: 100vh;
  width: 100vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  touch-action: none;
  margin: 0;
}
.container {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.textContent {
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: aliceblue;
  text-shadow: 1px 1px 2px #558ABB;
  border-radius: 10pt;
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2); 
  padding-left: 10pt;
  padding-right: 10pt;
  padding-bottom: 10pt;
}
body {
  height: 100%;
  width: 100%;
  position: fixed;
  margin: 0;
}