body {
width: 500px;
margin: 30px;}

a {
 font-family: Arial Narrow;
  font-size: small;
  color: #000000;
  text-decoration: none;
  
}

img {
max-height: 1500px;
max-width: 1500px;
}

p {
  font-family: Arial Narrow;
  font-size: small;
  color: #000000;
  text-decoration: Italic;
}

input[type=text] {
  background-color: #000000;
  color: white;
}