html {
  height: 100%;
  width: 100%;
}

body {
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding: 10px;
  background-color: darkslategray;
  color: antiquewhite
}
