body {
  /* https://www.canva.com/colors/color-palettes/rustic-project/ */
  /* #745d20, #cea660, #f3ede0, #6b7a40 */
  background-color: #f3ede0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: monospace;
  color: #000000;
  margin-bottom: 30px;
  max-width: 40em;
  text-align: center;
}

h2 {
  font-family: monospace;
  font-weight: normal;
  color: #000000;
  margin-bottom: 30px;
  max-width: 40em;
  text-align: center;
}


@media(max-width: 600px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  .row {
    flex-wrap: wrap;
  }
  .picture-button {
    width: 35vw !important;
  }
  .movies-link {
    width: 35vw;
  }
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer {
  text-align: center;
  font-family: monospace;
  color: #6D7275;
  margin-top: 30px;
}

.movies-link {
  font-family: monospace;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}

a {
  color: #000000;
}

.picture-button {
  transition: box-shadow .2s;
  width: 18vw;
  max-width: 250px;
  min-width: 150px;
}

.picture-button:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.picture-circle {
  border-radius: 50%;
  width: 30vw;
  max-width: 300px;
  max-height: 300px;
  height: 30vw;
  /* iOS Firefox cuts off the image */
  margin-top: 20px;
}
