body {
  background-color: magenta;
  color: yellow;
  font-family: Helvetica;
}
img {
  max-width: 100%;
  height: auto; /* Keeps aspect ratio */
}