body {
  font-family: 'Copse', serif;
  color: white;
  text-align: justify;
  text-justify: inter-word;
  background-color: black;
}

h1 {
  color: white;
}

a {
  color: white;
}

@media (min-width: 600px) {
  picture {
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 10px;
  }

  p {
    overflow: hidden;
  }
}

@media (max-width: 599px) {
  picture {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}

