html {  
}

body {
  height: 100%;
  background-image: radial-gradient(#25523c, #24382d); 
        background-attachment: fixed;
        background-size: cover;
  background-color: #21382d;
  color: #ffffff;
  font-family: "Courier New";
  width:50%;
  margin:auto auto;
}