body {
background-color: #000000;
width: 450px;
margin: 20px;}

a {
  font-family: Times;
  font-size: small;
  color: #FFFFFF;
  text-decoration: underlined;
  outline: none;
  box-shadow: none;
  
}


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




@media only screen and (min-width: 601px) {
  p {
    font-family: Times;
  font-size: small;
  color: #FFFFFF;
  text-decoration: none;
  }
  
  img {max-width:800px;
  max-height:800px;}
}


@media only screen and (max-width: 600px) {
  p {
    font-family: Times;
  font-size: large;
  color: #FFFFFF;
  text-decoration: none;
  }
  img {max-width:500px;
  max-height:500px;}
}