html {
  min-width: 170px;
  min-height: 490px;
}

body {
  background-color: rgba(65, 0, 88);
  display: flex;
  justify-content: center;

}

h1 {
  margin-top: .5rem;
  display: flex;
  color: rgb(188, 34, 34);
  font-family: 'Shadows Into Light', cursive;
  justify-content: center;
}


.image-container {
  margin-top: 1rem;
  display: flex;
  max-width: 600px;
  max-height: 800px;
  /* adjust this to get the desired height */
  justify-content: center;
  align-items: center;
  align-self: center;
}

.responsive-image {
  align-self: center;
  width: 70%;
  height: 70%;
}

.image-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
