body {

  padding: 20px;
  background-color: rgb(254, 247, 190);
  background-image: url("dossier-images/galaxy-cool.gif");
  background-size: 100%;
  background-repeat: repeat;
  margin: 0 auto;
  font-family: 'Courier New', Courier, monospace;
  overflow: hidden;

}

@media (max-width: 768px) {

}