html, body {
  margin: 20px;
}

body {
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

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