@charset "UTF-8";

body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 16px;
  margin: 0;
}

p {
  padding: 100px, 25px, 50px, 25px;
}

.main-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: auto;
}

.footer {
  font-size: 8px;
  color: grey;
}

a:link {
  color: white;
}

a:visited {
  color: orange;
}





