html, body {
  height: 100%;
  margin: 0;
}

body {
    background-image: url('/benditlikexp/bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    text-align: center;
    font-size: 14pt;
}