body {
  margin: 0px;
  height: 100%;
  background: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.informationWrapper {
  display: flex;
  flex-direction: column;
  height: 30%;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pageHeaderContainer {
  width: 100%;
}

.downloadTitle {
  font-size: 45px;
  color: #464646;
  align-self: center;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px;
}

.numberCircle {
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  border: 5px solid #464646;
  margin-right: 15px;
}

.divider{
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.information {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.5em;
  margin: 10px;
  text-align: center;
}

.helpPhotosWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  align-self: center;
}

.tile {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
  align-items: center;
}

.imageWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}

.image {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
}

.imageTitle {
  margin: 5px;
  font-weight: bold;
  font-size: 24px;
  width: 80%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-self: center;
  text-align: center;
}

.warningInstruction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  left: 10;
  bottom: 0;
}

.warningInstructionMessage {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

.downArrow {
  font-size: 80px;
  color: red;
}
